From 4c8232d0c089f3fe959bcffd2fe49db52b86163b Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 29 Nov 2019 23:01:06 +0100 Subject: testing/py3-path: rename from py3-path.py --- testing/py3-path.py/APKBUILD | 29 ----------------------------- testing/py3-path/APKBUILD | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 testing/py3-path.py/APKBUILD create mode 100644 testing/py3-path/APKBUILD (limited to 'testing') 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 -# Maintainer: Leo -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" diff --git a/testing/py3-path/APKBUILD b/testing/py3-path/APKBUILD new file mode 100644 index 0000000000..00da6923d3 --- /dev/null +++ b/testing/py3-path/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Leo +# Maintainer: Leo +pkgname=py3-path +pkgver=13.0.0 +pkgrel=1 +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" -- cgit v1.2.3