Skip to content

Commit

Permalink
Reorder commands to get correct SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 23, 2023
1 parent d05ffdc commit ab0d875
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions offlineimap.cygport
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inherit python3-wheel

NAME=offlineimap
VERSION=8.0.0
RELEASE=1
Expand All @@ -7,11 +9,8 @@ DESCRIPTION='OfflineIMAP is software that downloads your email mailbox(es) as
local Maildirs. OflineIMAP will synchronize both sides via IMAP.'
HOMEPAGE=https://www.offlineimap.org
LICENSE=GPL-2.0-or-later
SRC_URI="https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/v${PV}.tar.gz"

ARCH=noarch

SRC_URI="https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/v${PV}.tar.gz"
BUILD_REQUIRES='python3 python3-pip'

PYTHON_WHEEL_VERSIONS=3

inherit python3-wheel

0 comments on commit ab0d875

Please sign in to comment.