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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 24 11:10:20 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:10:19
  Author: foutrelis
Revision: 201389

archrelease: copy trunk to community-staging-any

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

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

Copied: python-smartypants/repos/community-staging-any/PKGBUILD (from rev 201388, python-smartypants/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-24 11:10:19 UTC (rev 201389)
@@ -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=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"
+}



More information about the arch-commits mailing list