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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 10 23:45:48 UTC 2021


    Date: Friday, September 10, 2021 @ 23:45:48
  Author: felixonmars
Revision: 1013980

archrelease: copy trunk to community-any

Added:
  python-deprecated/repos/community-any/PKGBUILD
    (from rev 1013979, python-deprecated/trunk/PKGBUILD)
Deleted:
  python-deprecated/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 23:45:36 UTC (rev 1013979)
+++ PKGBUILD	2021-09-10 23:45:48 UTC (rev 1013980)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-deprecated
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="Python @deprecated decorator to deprecate old python classes, functions or methods"
-url="https://github.com/tantale/deprecated"
-license=('MIT')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz")
-sha512sums=('ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2')
-
-build() {
-  cd deprecated-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd deprecated-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd deprecated-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-deprecated/repos/community-any/PKGBUILD (from rev 1013979, python-deprecated/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-10 23:45:48 UTC (rev 1013980)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-deprecated
+pkgver=1.2.13
+pkgrel=1
+pkgdesc="Python @deprecated decorator to deprecate old python classes, functions or methods"
+url="https://github.com/tantale/deprecated"
+license=('MIT')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz")
+sha512sums=('c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619')
+
+build() {
+  cd deprecated-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd deprecated-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd deprecated-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list