[arch-commits] Commit in python-typogrify/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:02:03 UTC 2021
Date: Thursday, December 2, 2021 @ 12:02:03
Author: felixonmars
Revision: 1061729
archrelease: copy trunk to community-staging-any
Added:
python-typogrify/repos/community-staging-any/PKGBUILD
(from rev 1061727, python-typogrify/trunk/PKGBUILD)
Deleted:
python-typogrify/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:01:53 UTC (rev 1061728)
+++ PKGBUILD 2021-12-02 12:02:03 UTC (rev 1061729)
@@ -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=11
-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 1061727, python-typogrify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:02:03 UTC (rev 1061729)
@@ -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=12
+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