Skip to content
Snippets Groups Projects
Commit efca8852 authored by Leo's avatar Leo
Browse files

main/py3-six: build with distutils to avoid dependency on setuptools

parent 98a81282
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
pkgname=py3-six pkgname=py3-six
_pkgname=six _pkgname=six
pkgver=1.14.0 pkgver=1.14.0
pkgrel=0 pkgrel=1
pkgdesc="Python 2 and 3 compatibility library" pkgdesc="Python 2 and 3 compatibility library"
url="https://pypi.python.org/pypi/six" url="https://pypi.python.org/pypi/six"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3" depends="python3"
makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/benjaminp/$_pkgname/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/benjaminp/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment