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

Felix Yan fyan at archlinux.org
Wed Jun 3 14:26:24 UTC 2015


    Date: Wednesday, June 3, 2015 @ 16:26:24
  Author: fyan
Revision: 134690

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 +++++++++++++++++++++-----------------------------------
 1 file changed, 21 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-03 14:25:46 UTC (rev 134689)
+++ PKGBUILD	2015-06-03 14:26:24 UTC (rev 134690)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: vae77 <fernandogrd at yahoo.com.br> 
-
-pkgbase=python-pathlib
-pkgname=(python-pathlib python2-pathlib)
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way"
-arch=('any')
-url="http://pathlib.readthedocs.org/en/${pkgver}/"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pathlib/pathlib-${pkgver}.tar.gz")
-md5sums=('5099ed48be9b1ee29b31c82819240537')
-
-prepare() {
-  cp -a pathlib-$pkgver{,-py2}
-}
-
-package_python-pathlib() {
-  depends=('python')
-
-  cd "$srcdir/pathlib-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pathlib() {
-  depends=('python2')
-
-  cd "$srcdir/pathlib-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python2-pathlib/repos/community-any/PKGBUILD (from rev 134689, python2-pathlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-03 14:26:24 UTC (rev 134690)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: vae77 <fernandogrd at yahoo.com.br> 
+
+pkgname=python2-pathlib
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way"
+arch=('any')
+url="http://pathlib.readthedocs.org/en/${pkgver}/"
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pathlib/pathlib-${pkgver}.tar.gz")
+md5sums=('5099ed48be9b1ee29b31c82819240537')
+
+package() {
+  cd "$srcdir/pathlib-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}



More information about the arch-commits mailing list