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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:12:02 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:12:02
  Author: foutrelis
Revision: 750969

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:12:00 UTC (rev 750968)
+++ PKGBUILD	2020-11-11 15:12:02 UTC (rev 750969)
@@ -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=9
-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 750968, python-typogrify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:12:02 UTC (rev 750969)
@@ -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=10
+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