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

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


    Date: Wednesday, December 1, 2021 @ 21:35:05
  Author: felixonmars
Revision: 1060838

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:34:57 UTC (rev 1060837)
+++ PKGBUILD	2021-12-01 21:35:05 UTC (rev 1060838)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sortedcontainers
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
-arch=('any')
-license=('Apache')
-url="http://www.grantjenks.com/docs/sortedcontainers/"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz")
-sha512sums=('f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770')
-
-prepare() {
-  # Don't use tox
-  sed -i '/tests_require/d' python-sortedcontainers-$pkgver/setup.py
-}
-
-build() {
-  cd python-sortedcontainers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-sortedcontainers-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd python-sortedcontainers-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-sortedcontainers/repos/community-staging-any/PKGBUILD (from rev 1060837, python-sortedcontainers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:05 UTC (rev 1060838)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sortedcontainers
+pkgver=2.4.0
+pkgrel=3
+pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
+arch=('any')
+license=('Apache')
+url="http://www.grantjenks.com/docs/sortedcontainers/"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz")
+sha512sums=('f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770')
+
+prepare() {
+  # Don't use tox
+  sed -i '/tests_require/d' python-sortedcontainers-$pkgver/setup.py
+}
+
+build() {
+  cd python-sortedcontainers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-sortedcontainers-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd python-sortedcontainers-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list