[arch-commits] Commit in python-distutils-extra/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Sep 19 17:45:11 UTC 2015
Date: Saturday, September 19, 2015 @ 19:45:11
Author: foutrelis
Revision: 141070
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 141069, python-distutils-extra/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-distutils-extra/repos/community-staging-any/PKGBUILD (from rev 141069, python-distutils-extra/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-19 17:45:11 UTC (rev 141070)
@@ -0,0 +1,32 @@
+# $Id$
+# 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.38
+pkgrel=3
+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=(http://launchpad.net/$pkgbase/trunk/$pkgver/+download/$pkgbase-$pkgver.tar.gz
+ $pkgbase-$pkgver.tar.gz.asc::http://launchpad.net/$pkgbase/trunk/$pkgver/+download/dist-$pkgbase-$pkgver.tar.gz.asc)
+validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')
+md5sums=('4e4c9bee92a3ca8bfd915f3adcf14648'
+ '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