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

Felix Yan felixonmars at archlinux.org
Fri Nov 1 13:59:59 UTC 2019


    Date: Friday, November 1, 2019 @ 13:59:58
  Author: felixonmars
Revision: 521994

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:59:47 UTC (rev 521993)
+++ PKGBUILD	2019-11-01 13:59:58 UTC (rev 521994)
@@ -1,22 +0,0 @@
-# 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:

Copied: python-typogrify/repos/community-staging-any/PKGBUILD (from rev 521993, python-typogrify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:59:58 UTC (rev 521994)
@@ -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=8
+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