[arch-commits] Commit in python2-enum34/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Dec 31 10:54:50 UTC 2014


    Date: Wednesday, December 31, 2014 @ 11:54:50
  Author: alucryd
Revision: 125065

archrelease: copy trunk to community-any

Added:
  python2-enum34/repos/community-any/PKGBUILD
    (from rev 125064, python2-enum34/trunk/PKGBUILD)
Deleted:
  python2-enum34/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-31 10:54:39 UTC (rev 125064)
+++ PKGBUILD	2014-12-31 10:54:50 UTC (rev 125065)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Schala <schalaalexiazeal at gmail.com>
-
-pkgname=python2-enum34
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Python 3.4 Enum backported'
-arch=('any')
-url='http://pypi.python.org/pypi/enum34'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/e/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz")
-sha256sums=('399bb2814e4fcf3d1fe3ab3bb582e16b5c0edc357cbf6356911e7f246a2fe84c')
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-enum34/repos/community-any/PKGBUILD (from rev 125064, python2-enum34/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-31 10:54:50 UTC (rev 125065)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Schala <schalaalexiazeal at gmail.com>
+
+pkgname=python2-enum34
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Python 3.4 Enum backported'
+arch=('any')
+url='http://pypi.python.org/pypi/enum34'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/e/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz")
+sha256sums=('d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list