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

Felix Yan felixonmars at archlinux.org
Mon May 17 15:38:53 UTC 2021


    Date: Monday, May 17, 2021 @ 15:38:53
  Author: felixonmars
Revision: 936057

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 15:38:40 UTC (rev 936056)
+++ PKGBUILD	2021-05-17 15:38:53 UTC (rev 936057)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-sortedcontainers
-pkgver=2.3.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=('0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c')
-
-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-any/PKGBUILD (from rev 936056, python-sortedcontainers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-17 15:38:53 UTC (rev 936057)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-sortedcontainers
+pkgver=2.4.0
+pkgrel=1
+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