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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:35:50 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:35:50
  Author: felixonmars
Revision: 1060858

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:35:48 UTC (rev 1060857)
+++ PKGBUILD	2021-12-01 21:35:50 UTC (rev 1060858)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-lexicon
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
-url="https://github.com/bitprophet/lexicon"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-relaxed')
-source=("https://github.com/bitprophet/lexicon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bcd6d6a8e2e91b3de9c2ade4fb9eb11ece54eefdd73076fe43261427c2a94c72acb335593d7c098419d9ee95c2b1dceac1b6594ef4a6e73e940fb7af355b291a')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-lexicon/repos/community-staging-any/PKGBUILD (from rev 1060856, python-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:50 UTC (rev 1060858)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-lexicon
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
+url="https://github.com/bitprophet/lexicon"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-relaxed')
+source=("https://github.com/bitprophet/lexicon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('bcd6d6a8e2e91b3de9c2ade4fb9eb11ece54eefdd73076fe43261427c2a94c72acb335593d7c098419d9ee95c2b1dceac1b6594ef4a6e73e940fb7af355b291a')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list