[arch-commits] Commit in python-cogapp/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 16:55:16 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:55:15
  Author: felixonmars
Revision: 752086

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 16:55:06 UTC (rev 752085)
+++ PKGBUILD	2020-11-12 16:55:15 UTC (rev 752086)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cogapp
-pkgver=3.0.0
-pkgrel=4
-pkgdesc="A code generator for executing Python snippets in source files"
-url="https://nedbatchelder.com/code/cog"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/c/cogapp/cogapp-$pkgver.tar.gz")
-sha512sums=('7d70ee08da24b005cf838252c55e16c53e6517d01a3e99d85fb2e92b7a9233f515ce952cb233fc9fb210e31b38c88bfe46043b189234f132ec625430e62b83bb')
-
-build() {
-  cd cogapp-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cogapp-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cogapp-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-cogapp/repos/community-staging-any/PKGBUILD (from rev 752085, python-cogapp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 16:55:15 UTC (rev 752086)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cogapp
+pkgver=3.0.0
+pkgrel=5
+pkgdesc="A code generator for executing Python snippets in source files"
+url="https://nedbatchelder.com/code/cog"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/c/cogapp/cogapp-$pkgver.tar.gz")
+sha512sums=('7d70ee08da24b005cf838252c55e16c53e6517d01a3e99d85fb2e92b7a9233f515ce952cb233fc9fb210e31b38c88bfe46043b189234f132ec625430e62b83bb')
+
+build() {
+  cd cogapp-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cogapp-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cogapp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list