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

Felix Yan felixonmars at archlinux.org
Fri Oct 25 20:14:06 UTC 2019


    Date: Friday, October 25, 2019 @ 20:14:05
  Author: felixonmars
Revision: 519806

archrelease: copy trunk to community-staging-any

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

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

Copied: python-typogrify/repos/community-staging-any/PKGBUILD (from rev 519805, python-typogrify/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 20:14:05 UTC (rev 519806)
@@ -0,0 +1,22 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Chris Warrick <aur at chriswarrick.com>
+
+pkgname=python-typogrify
+_pyname=typogrify
+pkgver=2.0.7
+pkgrel=7
+pkgdesc='filters to make caring about typography on the web a bit easier'
+arch=('any')
+url='https://github.com/mintchaos/typogrify'
+license=('BSD')
+depends=('python' 'python-smartypants')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+md5sums=('63f38f80531996f187d2894cc497ba08')
+
+package() {
+  cd "${srcdir}/${_pyname}-${pkgver}"
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list