[arch-commits] Commit in python-py/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Thu Dec 12 15:20:41 UTC 2013
Date: Thursday, December 12, 2013 @ 16:20:40
Author: fyan
Revision: 102509
archrelease: copy trunk to community-any
Added:
python-py/repos/community-any/PKGBUILD
(from rev 102508, python-py/trunk/PKGBUILD)
Deleted:
python-py/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-12 15:19:40 UTC (rev 102508)
+++ PKGBUILD 2013-12-12 15:20:40 UTC (rev 102509)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
-# Contributor: Igor Ramos Tiburcio <irtigor at yahoo.com.br>
-# Contributor: Wieland Hoffmann <themineo+aur at gmail.com>
-# Contributor: Hervé Cauwelier <herve ¤ oursours.net>
-# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.18
-pkgrel=1
-pkgdesc="rapid testing and development utils"
-arch=('any')
-license=('MIT')
-url="http://pylib.org/"
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz")
-
-prepare() {
- cp -r py-${pkgver} python2-py-${pkgver}
-}
-
-package_python-py() {
- depends=('python')
-
- cd py-${pkgver}
- python setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-py() {
- depends=('python2')
-
- cd python2-py-${pkgver}
- python2 setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-sha512sums=('cc2d547b5ddad98128c32f97afec4c022069540d9c15d469e9c45a4a1a59a5bc4916da2029bea587b4d1480c0867731fd2a4e46f465988754a371b2454e7bf07')
Copied: python-py/repos/community-any/PKGBUILD (from rev 102508, python-py/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-12-12 15:20:40 UTC (rev 102509)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
+# Contributor: Igor Ramos Tiburcio <irtigor at yahoo.com.br>
+# Contributor: Wieland Hoffmann <themineo+aur at gmail.com>
+# Contributor: Hervé Cauwelier <herve ¤ oursours.net>
+# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.19
+pkgrel=1
+pkgdesc="rapid testing and development utils"
+arch=('any')
+license=('MIT')
+url="http://pylib.org/"
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz")
+
+prepare() {
+ cp -r py-${pkgver} python2-py-${pkgver}
+}
+
+package_python-py() {
+ depends=('python')
+
+ cd py-${pkgver}
+ python setup.py install --root="${pkgdir}" --optimize=1
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-py() {
+ depends=('python2')
+
+ cd python2-py-${pkgver}
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+sha512sums=('4be2a790d8ea7ea35f910b823ac421e480554ce0a7e4532dc730f26e653f407fa12fbf3106ca29ee0fd105704b75744fd2395416186abdd335691fba241fa6a1')
More information about the arch-commits
mailing list