diff options
author | ptrcnull <git@ptrcnull.me> | 2023-04-21 23:46:55 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-04-22 11:52:19 +0000 |
commit | de91747cbfe9c312076e863775bca05502490d4f (patch) | |
tree | c2c0e59a5221dccf6da96f4ccbca5b63cdaa338e | |
parent | 4481fcd0d8c2b9c1945c904866f2682ab8255312 (diff) |
testing/py3-e*: split -pyc
-rw-r--r-- | testing/py3-ecos/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-editdistance-s/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-empy/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-enzyme/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-eradicate/APKBUILD | 4 | ||||
-rw-r--r-- | testing/py3-euclid3/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-eventlet/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-evohome-client/APKBUILD | 3 |
8 files changed, 16 insertions, 9 deletions
diff --git a/testing/py3-ecos/APKBUILD b/testing/py3-ecos/APKBUILD index e8f992104af..12bae6b651e 100644 --- a/testing/py3-ecos/APKBUILD +++ b/testing/py3-ecos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=py3-ecos pkgver=2.0.11 -pkgrel=0 +pkgrel=1 pkgdesc="python interface for ECOS" url="https://github.com/embotech/ecos-python" arch="all" @@ -10,6 +10,7 @@ license="GPL-3.0-only" depends="py3-numpy py3-scipy ecos" makedepends="py3-setuptools ecos-dev py3-numpy-dev" checkdepends="py3-nose" +subpackages="$pkgname-pyc" source="ecos-python-$pkgver.tar.gz::https://github.com/embotech/ecos-python/archive/refs/tags/v$pkgver.tar.gz use_external_ecos.patch " diff --git a/testing/py3-editdistance-s/APKBUILD b/testing/py3-editdistance-s/APKBUILD index ae366bdecdc..3eee8225206 100644 --- a/testing/py3-editdistance-s/APKBUILD +++ b/testing/py3-editdistance-s/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-editdistance-s _pyname=editdistance-s pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Fast implementation of the edit distance" url="https://github.com/asottile-archive/editdistance-s" arch="all" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-cffi" makedepends="py3-setuptools python3-dev" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$_pyname-$pkgver.tar.gz::https://github.com/asottile-archive/editdistance-s/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-empy/APKBUILD b/testing/py3-empy/APKBUILD index 7d49f0385b3..d7672918ffe 100644 --- a/testing/py3-empy/APKBUILD +++ b/testing/py3-empy/APKBUILD @@ -3,12 +3,13 @@ pkgname=py3-empy _pkgname=empy pkgver=3.3.4 -pkgrel=4 +pkgrel=5 pkgdesc="A powerful and robust templating system for Python." url="http://www.alcyone.com/software/empy/" arch="noarch" license="LGPL-2.1-or-later" depends="python3" +subpackages="$pkgname-pyc" source="http://www.alcyone.com/software/empy/empy-$pkgver.tar.gz 10-fix-test-case.patch 20-fix-setuppy.patch diff --git a/testing/py3-enzyme/APKBUILD b/testing/py3-enzyme/APKBUILD index 196704792de..1d5297b94aa 100644 --- a/testing/py3-enzyme/APKBUILD +++ b/testing/py3-enzyme/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-enzyme _pkgname=enzyme pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python module to parse video metadata" url="https://github.com/Diaoul/enzyme" arch="noarch" @@ -11,6 +11,7 @@ license="Apache-2.0" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-requests py3-yaml" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-eradicate/APKBUILD b/testing/py3-eradicate/APKBUILD index 410fca9395d..8dc795ec49c 100644 --- a/testing/py3-eradicate/APKBUILD +++ b/testing/py3-eradicate/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-eradicate _pkgname=eradicate pkgver=2.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Removes commented-out code" options="!check" # no test suite url="https://github.com/myint/eradicate" @@ -11,7 +11,7 @@ arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/e/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-euclid3/APKBUILD b/testing/py3-euclid3/APKBUILD index 0b9f624c9a4..ff0e7e5a929 100644 --- a/testing/py3-euclid3/APKBUILD +++ b/testing/py3-euclid3/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=py3-euclid3 pkgver=0.01 -pkgrel=5 +pkgrel=6 pkgdesc="Vector, matrix, quaternion and some geometry in 2D and 3D for Python 3" url="https://github.com/euclid3/euclid3" arch="noarch" @@ -11,6 +11,7 @@ depends="python3" makedepends=" py3-setuptools " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/e/euclid3/euclid3-$pkgver.tar.gz" builddir="$srcdir/euclid3-$pkgver" options="!check" # no tests diff --git a/testing/py3-eventlet/APKBUILD b/testing/py3-eventlet/APKBUILD index a313775514c..81e8d173d13 100644 --- a/testing/py3-eventlet/APKBUILD +++ b/testing/py3-eventlet/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=py3-eventlet pkgver=0.33.3 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for seamless coroutine-based concurrency" url="https://eventlet.net/" arch="noarch" @@ -18,6 +18,7 @@ depends=" " makedepends="py3-setuptools" checkdepends="py3-tox py3-nose" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/e/eventlet/eventlet-$pkgver.tar.gz skip-broken-tests.patch " diff --git a/testing/py3-evohome-client/APKBUILD b/testing/py3-evohome-client/APKBUILD index abeee4e1410..3e93877334d 100644 --- a/testing/py3-evohome-client/APKBUILD +++ b/testing/py3-evohome-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-evohome-client pkgver=0.3.7 -pkgrel=1 +pkgrel=2 pkgdesc="Python client to access the Evohome web service" url="https://github.com/watchforstock/evohome-client" arch="noarch" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-requests" makedepends="py3-setuptools" checkdepends="py3-nose py3-requests-mock" +subpackages="$pkgname-pyc" source="evohome-client-$pkgver.tar.gz::https://github.com/watchforstock/evohome-client/archive/$pkgver.tar.gz" builddir="$srcdir"/evohome-client-$pkgver |