diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-07-24 15:22:57 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-08-26 14:25:06 +0000 |
commit | 6e88725a2c6919db6d90c409da77e520fc99d0ab (patch) | |
tree | 48b7cd8edb0a4fc806023e50c20e7965f0dd495e | |
parent | 2cb5b57aa2a8d53337b8b8ebdb4b74b701e59f09 (diff) | |
download | aports-6e88725a2c6919db6d90c409da77e520fc99d0ab.tar.gz aports-6e88725a2c6919db6d90c409da77e520fc99d0ab.tar.bz2 aports-6e88725a2c6919db6d90c409da77e520fc99d0ab.tar.xz |
community/py3-pkginfo: move from testing
-rw-r--r-- | community/py3-pkginfo/APKBUILD (renamed from testing/py3-pkginfo/APKBUILD) | 5 | ||||
-rw-r--r-- | community/py3-pkginfo/disable-failing-test.patch (renamed from testing/py3-pkginfo/disable-failing-test.patch) | 0 | ||||
-rw-r--r-- | community/py3-pkginfo/dont-package-tests.patch (renamed from testing/py3-pkginfo/dont-package-tests.patch) | 0 |
3 files changed, 2 insertions, 3 deletions
diff --git a/testing/py3-pkginfo/APKBUILD b/community/py3-pkginfo/APKBUILD index 51ca8ff742..384b12aa33 100644 --- a/testing/py3-pkginfo/APKBUILD +++ b/community/py3-pkginfo/APKBUILD @@ -1,7 +1,6 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py3-pkginfo -_pkgname=pkginfo pkgver=1.5.0.1 pkgrel=1 pkgdesc="Parses metadata stored by distutils in PKG-INFO" @@ -9,11 +8,11 @@ url="https://code.launchpad.net/~tseaver/pkginfo" arch="noarch" license="MIT" depends="python3" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz +source="https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-$pkgver.tar.gz disable-failing-test.patch dont-package-tests.patch " -builddir="$srcdir/$_pkgname-$pkgver" +builddir="$srcdir/pkginfo-$pkgver" options="!check" # test command missing build() { diff --git a/testing/py3-pkginfo/disable-failing-test.patch b/community/py3-pkginfo/disable-failing-test.patch index eeb41f20e0..eeb41f20e0 100644 --- a/testing/py3-pkginfo/disable-failing-test.patch +++ b/community/py3-pkginfo/disable-failing-test.patch diff --git a/testing/py3-pkginfo/dont-package-tests.patch b/community/py3-pkginfo/dont-package-tests.patch index 045e0121a8..045e0121a8 100644 --- a/testing/py3-pkginfo/dont-package-tests.patch +++ b/community/py3-pkginfo/dont-package-tests.patch |