[arch-commits] Commit in python-distutils-extra/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Oct 25 16:45:44 UTC 2019
Date: Friday, October 25, 2019 @ 16:45:44
Author: foutrelis
Revision: 519555
archrelease: copy trunk to community-staging-any
Added:
python-distutils-extra/repos/community-staging-any/
python-distutils-extra/repos/community-staging-any/PKGBUILD
(from rev 519554, python-distutils-extra/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-distutils-extra/repos/community-staging-any/PKGBUILD (from rev 519554, python-distutils-extra/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 16:45:44 UTC (rev 519555)
@@ -0,0 +1,32 @@
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgbase=python-distutils-extra
+pkgname=('python-distutils-extra' 'python2-distutils-extra')
+pkgver=2.39
+pkgrel=4
+pkgdesc='Enhancements to the Python build system'
+arch=('any')
+license=('GPL')
+url='https://launchpad.net/python-distutils-extra'
+makedepends=('python2-setuptools' 'python-setuptools' 'intltool')
+source=(https://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz{,.asc})
+# https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz.asc
+ #$pkgbase-$pkgver.tar.gz.sig::http://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.sig)
+validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')
+md5sums=('16e06db0ef73a35b4bff4b9eed5699b5'
+ 'SKIP')
+
+package_python2-distutils-extra() {
+ depends=('intltool' 'python2')
+
+ cd "${srcdir}/$pkgbase-$pkgver"
+ python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-distutils-extra() {
+ depends=('intltool' 'python')
+
+ cd "${srcdir}/$pkgbase-$pkgver"
+ python3 setup.py install --root="${pkgdir}"
+}
More information about the arch-commits
mailing list