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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 7 18:03:22 UTC 2016


    Date: Tuesday, June 7, 2016 @ 20:03:22
  Author: alucryd
Revision: 178163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 18:02:59 UTC (rev 178162)
+++ PKGBUILD	2016-06-07 18:03:22 UTC (rev 178163)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Schala <schalaalexiazeal at gmail.com>
-
-pkgname=python2-enum34
-pkgver=1.1.2
-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/enum34/enum34-${pkgver}.tar.gz")
-sha256sums=('2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7')
-
-package() {
-  cd enum34-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
-  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-enum34/repos/community-any/PKGBUILD (from rev 178162, python2-enum34/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-07 18:03:22 UTC (rev 178163)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Schala <schalaalexiazeal at gmail.com>
+
+pkgname=python2-enum34
+pkgver=1.1.6
+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/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz")
+sha256sums=('8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1')
+
+package() {
+  cd enum34-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
+  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list