[arch-commits] Commit in python-smartypants/repos/community-any (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Fri Jan 6 08:34:43 UTC 2017


    Date: Friday, January 6, 2017 @ 08:34:42
  Author: farseerfc
Revision: 205706

archrelease: copy trunk to community-any

Added:
  python-smartypants/repos/community-any/PKGBUILD
    (from rev 205705, python-smartypants/trunk/PKGBUILD)
Deleted:
  python-smartypants/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 08:33:50 UTC (rev 205705)
+++ PKGBUILD	2017-01-06 08:34:42 UTC (rev 205706)
@@ -1,21 +0,0 @@
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer: Aetf <aetf at unlimitedcodeworks dot xyz>
-# Contributor: carstene1ns <arch carsten-teibes de>
-
-pkgname=python-smartypants
-_pkgname=smartypants
-pkgver=1.8.6
-pkgrel=3
-pkgdesc="Python with the SmartyPants"
-url="https://bitbucket.org/livibetter/smartypants.py"
-license=('BSD')
-arch=('any')
-depends=('python')
-source=(https://pypi.python.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz)
-md5sums=('97484a618fc35508ca2961445f4aa597')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-smartypants/repos/community-any/PKGBUILD (from rev 205705, python-smartypants/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-06 08:34:42 UTC (rev 205706)
@@ -0,0 +1,21 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Aetf <aetf at unlimitedcodeworks dot xyz>
+# Contributor: carstene1ns <arch carsten-teibes de>
+
+pkgname=python-smartypants
+_pkgname=smartypants
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Python with the SmartyPants"
+url="https://bitbucket.org/livibetter/smartypants.py"
+license=('BSD')
+arch=('any')
+depends=('python')
+source=("https://pypi.python.org/packages/09/dd/08848ea21422a585ecd2dd32c032fd8f75f0f8345225b455f3bf9e5a0feb/smartypants-2.0.0.tar.gz#md5=00b9105ac7ee1d53ca50c05dca4d5ad8")
+md5sums=('00b9105ac7ee1d53ca50c05dca4d5ad8')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list