[arch-commits] Commit in python-smartypants/repos (2 files)

Jiachen Yang farseerfc at archlinux.org
Fri Jan 15 04:06:29 UTC 2016


    Date: Friday, January 15, 2016 @ 05:06:28
  Author: farseerfc
Revision: 156504

archrelease: copy trunk to community-any

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

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

Copied: python-smartypants/repos/community-any/PKGBUILD (from rev 156503, python-smartypants/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-01-15 04:06:28 UTC (rev 156504)
@@ -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=1.8.6
+pkgrel=2
+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"
+}



More information about the arch-commits mailing list