[arch-commits] Commit in python-distutils-extra/repos (2 files)
Jelle van der Waa
jelle at nymeria.archlinux.org
Mon Mar 17 15:54:48 UTC 2014
Date: Monday, March 17, 2014 @ 16:54:48
Author: jelle
Revision: 107489
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 107488, python-distutils-extra/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: python-distutils-extra/repos/community-staging-any/PKGBUILD (from rev 107488, python-distutils-extra/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-17 15:54:48 UTC (rev 107489)
@@ -0,0 +1,31 @@
+# $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=1
+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)
+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