From 5a80174ae5ca8624d60b61d5dae0f45caffed042 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Mon, 8 Jan 2018 03:05:58 +0000 Subject: user/py3-setuptools: new package --- user/py3-setuptools/APKBUILD | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 user/py3-setuptools/APKBUILD (limited to 'user/py3-setuptools/APKBUILD') diff --git a/user/py3-setuptools/APKBUILD b/user/py3-setuptools/APKBUILD new file mode 100644 index 000000000..ba5e1aebf --- /dev/null +++ b/user/py3-setuptools/APKBUILD @@ -0,0 +1,45 @@ +# Contributor: Max Rees +# Maintainer: Max Rees +pkgname=py3-setuptools +_pkgname=setuptools +pkgver=38.4.0 +pkgrel=1 +pkgdesc="A collection of enhancements to the Python distutils" +url="http://pypi.python.org/pypi/setuptools" +arch="noarch" +license="MIT" +depends="python3" +makedepends="python3-dev" +#checkdepends="py3-tox" +options="!check" # Circular dependency with py3-tox. Passes on x86_64 +subpackages="py3-easy_install:easy_install" +# Note: PyPI download is missing tests/requirements.txt +source="$pkgname-$pkgver.tar.gz::https://github.com/pypa/$_pkgname/archive/v$pkgver.tar.gz + pythonpath.patch" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python3 bootstrap.py + python3 setup.py build +} + +check() { + cd "$builddir" + PYTHONPATH="$builddir" TOXENV="py36" tox +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +easy_install() { + pkgdesc="Python easy_install tool (deprecated)" + depends="$pkgname python3" + mkdir -p "$subpkgdir/usr/bin" + mv "$pkgdir"/usr/bin/easy_install* "$subpkgdir/usr/bin" +} + +sha512sums="81903ee7ecb19715bbafe7b4e6878d3af5f801a9ff3334e82a599a81a8e6430443c4b765180c53c3c9cdcea338b3fff0bdf26245bc9d2da7d5d41b745de73a24 py3-setuptools-38.4.0.tar.gz +0c80433534dbb715829f48713690a72a68f6cb7e337215c9aa507df0fbb2a2a242f54d42fab848c6f03729f155dfe0ccb819a6f5d5230e2195e94e20094eec0b pythonpath.patch" -- cgit v1.2.3-60-g2f50