[arch-commits] Commit in python2-ipaddr/repos (community-any community-any/PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri Jan 17 11:43:25 UTC 2014
Date: Friday, January 17, 2014 @ 12:43:25
Author: spupykin
Revision: 104308
archrelease: copy trunk to community-any
Added:
python2-ipaddr/repos/community-any/
python2-ipaddr/repos/community-any/PKGBUILD
(from rev 104307, python2-ipaddr/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: python2-ipaddr/repos/community-any/PKGBUILD (from rev 104307, python2-ipaddr/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2014-01-17 11:43:25 UTC (rev 104308)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Liu <net147 at gmail.com>
+
+pkgname='python2-ipaddr'
+pkgver=2.1.10
+pkgrel=3
+pkgdesc="An IPv4/IPv6 manipulation library in Python"
+arch=('any')
+url="http://code.google.com/p/ipaddr-py/"
+license=('APACHE')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://ipaddr-py.googlecode.com/files/ipaddr-${pkgver}.tar.gz")
+md5sums=('f315ac829218e9735c5d772d59a3e0e7')
+
+check() {
+ cd "${srcdir}/ipaddr-${pkgver}"
+ python2 ipaddr_test.py
+}
+
+package() {
+ cd "${srcdir}/ipaddr-${pkgver}"
+ python2 setup.py install --root="${pkgdir}" -O1
+}
More information about the arch-commits
mailing list