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

main/py3-packaging: build with distutils instead of setuptools

parent 60efe787
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
pkgname=py3-packaging pkgname=py3-packaging
_pkgname=packaging _pkgname=packaging
pkgver=20.1 pkgver=20.1
pkgrel=0 pkgrel=1
pkgdesc="Core utilities for Python3 packages" pkgdesc="Core utilities for Python3 packages"
options="!check" # Requires python module 'pretend' options="!check" # Requires python module 'pretend'
url="https://pypi.python.org/pypi/packaging" url="https://pypi.python.org/pypi/packaging"
arch="noarch" arch="noarch"
license="Apache-2.0 AND BSD-2-Clause" license="Apache-2.0 AND BSD-2-Clause"
depends="python3 py3-parsing py3-six" depends="python3 py3-parsing py3-six"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$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