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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:47:19 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:47:18
  Author: felixonmars
Revision: 1061156

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:47:18 UTC (rev 1061155)
+++ PKGBUILD	2021-12-01 21:47:18 UTC (rev 1061156)
@@ -1,22 +0,0 @@
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer: Aetf <aetf at unlimitedcodeworks dot xyz>
-# Contributor: carstene1ns <arch carsten-teibes de>
-
-pkgname=python-smartypants
-_pkgname=smartypants
-pkgver=2.0.1
-pkgrel=8
-pkgdesc="Python with the SmartyPants"
-url="https://bitbucket.org/livibetter/smartypants.py"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python')
-sha512sums=('d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/leohemsted/${_pkgname}.py/archive/v${pkgver}.tar.gz")
-
-package() {
-  cd "$srcdir/${_pkgname}.py-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-smartypants/repos/community-staging-any/PKGBUILD (from rev 1061151, python-smartypants/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:47:18 UTC (rev 1061156)
@@ -0,0 +1,22 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Aetf <aetf at unlimitedcodeworks dot xyz>
+# Contributor: carstene1ns <arch carsten-teibes de>
+
+pkgname=python-smartypants
+_pkgname=smartypants
+pkgver=2.0.1
+pkgrel=9
+pkgdesc="Python with the SmartyPants"
+url="https://bitbucket.org/livibetter/smartypants.py"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python')
+sha512sums=('d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/leohemsted/${_pkgname}.py/archive/v${pkgver}.tar.gz")
+
+package() {
+  cd "$srcdir/${_pkgname}.py-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list