Date: Friday, January 15, 2016 @ 05:04:59
  Author: farseerfc
Revision: 156503

addpkg python-smartypants dependency of python-typogrify

Added:
  python-smartypants/
  python-smartypants/repos/
  python-smartypants/trunk/
  python-smartypants/trunk/PKGBUILD

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

Added: python-smartypants/trunk/PKGBUILD
===================================================================
--- python-smartypants/trunk/PKGBUILD                           (rev 0)
+++ python-smartypants/trunk/PKGBUILD   2016-01-15 04:04:59 UTC (rev 156503)
@@ -0,0 +1,21 @@
+# Maintainer: Jiachen Yang <farsee...@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"
+}


Property changes on: python-smartypants/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+python-smartypants
\ No newline at end of property

Reply via email to