mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
community/py3-rencode: drop py2
This commit is contained in:
parent
3e76c8e3d7
commit
9f4458ceae
@ -1,47 +1,27 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=py-rencode
|
||||
pkgname=py3-rencode
|
||||
_pkgname=rencode
|
||||
pkgver=1.0.6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The rencode module is similar to bencode from the BitTorrent project."
|
||||
options="!check" # No testsuite
|
||||
url="https://pypi.python.org/pypi/rencode"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="py-setuptools py3-setuptools python2-dev python3-dev cython2 cython3"
|
||||
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
|
||||
makedepends="py3-setuptools python3-dev cython3"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/aresch/rencode/archive/v$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
replaces="py-rencode" # Backwards compatibility
|
||||
provides="py-rencode=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
python2 setup.py build
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
_py2() {
|
||||
replaces="$pkgname"
|
||||
depends="${depends//py-/py2-}"
|
||||
_py python2
|
||||
}
|
||||
|
||||
_py3() {
|
||||
depends="${depends//py-/py3-}"
|
||||
_py python3
|
||||
}
|
||||
|
||||
_py() {
|
||||
local python="$1"
|
||||
pkgdesc="$pkgdesc (for $python)"
|
||||
depends="$depends $python"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel $python"
|
||||
|
||||
cd "$builddir"
|
||||
$python setup.py --quiet install --prefix=/usr --root="$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="f04de4d3a83aed916bdc4b7a8ca772655e9324d0531ee882cb7d2a1e92b397bdcec8497bf02939e0a806886ecc62ed2e7319dfee054dad1b69052157f0959e8f py-rencode-1.0.6.tar.gz"
|
||||
sha512sums="f04de4d3a83aed916bdc4b7a8ca772655e9324d0531ee882cb7d2a1e92b397bdcec8497bf02939e0a806886ecc62ed2e7319dfee054dad1b69052157f0959e8f py3-rencode-1.0.6.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user