diff options
Diffstat (limited to 'testing/py3-path.py')
| -rw-r--r-- | testing/py3-path.py/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-path.py/APKBUILD b/testing/py3-path.py/APKBUILD deleted file mode 100644 index efa9598480..0000000000 --- a/testing/py3-path.py/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=py3-path.py -pkgver=13.0.0 -pkgrel=0 -pkgdesc="Module wrapper for os.path" -options="!check" # Requires unpackaged 'pytest-checkdocs' -url="https://github.com/jaraco/path" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools py3-setuptools_scm" -source="$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz" -builddir="$srcdir/path-$pkgver" - -build() { - git init # WORKAROUND - python3 setup.py build -} - -check() { - python3 setup.py test -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="e87649ba779360533af7152165009984bd6a9100c3143baf35b4b195c341b3f64cffd9f9476b5461177ab5f87aceaf4824eca9e7199699b65bc3d1fae3d3d298 py3-path.py-13.0.0.tar.gz" |
