[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 11:43:15
  Author: felixonmars
Revision: 746847

upgpkg: python-sortedcontainers 2.3.0-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 11:37:40 UTC (rev 746846)
+++ PKGBUILD2020-11-09 11:43:15 UTC (rev 746847)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sortedcontainers
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281')
+sha512sums=('0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 11:18:29
  Author: felixonmars
Revision: 640553

upgpkg: python-sortedcontainers 2.2.2-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 11:12:11 UTC (rev 640552)
+++ PKGBUILD2020-06-08 11:18:29 UTC (rev 640553)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sortedcontainers
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29')
+sha512sums=('413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2020-06-07 Thread Felix Yan via arch-commits
Date: Sunday, June 7, 2020 @ 20:01:44
  Author: felixonmars
Revision: 640105

upgpkg: python-sortedcontainers 2.2.1-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 19:44:59 UTC (rev 640104)
+++ PKGBUILD2020-06-07 20:01:44 UTC (rev 640105)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sortedcontainers
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('0eb56aa8af964c3701e9afbafa2f928b2bbe1905280a136a474789c0eae645c0605e0244c454f4e54757a5d7d73fb74f78dd0c7d95526b7d2faefeaa88910e13')
+sha512sums=('d4a45c4db9ec86c83c71506525a452fd5716818326635f69fb6e830d86803c5d39821678cb67e142ddd1ae9d093f9bb583c29b6bdc59a18a5ec0213eea4a1e29')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2020-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 7, 2020 @ 05:34:24
  Author: felixonmars
Revision: 639595

upgpkg: python-sortedcontainers 2.2.0-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 05:34:14 UTC (rev 639594)
+++ PKGBUILD2020-06-07 05:34:24 UTC (rev 639595)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sortedcontainers
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b')
+sha512sums=('0eb56aa8af964c3701e9afbafa2f928b2bbe1905280a136a474789c0eae645c0605e0244c454f4e54757a5d7d73fb74f78dd0c7d95526b7d2faefeaa88910e13')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 16:59:09
  Author: foutrelis
Revision: 521216

Python 3.8 rebuild

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 16:58:31 UTC (rev 521215)
+++ PKGBUILD2019-10-31 16:59:09 UTC (rev 521216)
@@ -2,7 +2,7 @@
 
 pkgname=python-sortedcontainers
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:40:06
  Author: felixonmars
Revision: 519530

Python 3.8 rebuild

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:40:03 UTC (rev 519529)
+++ PKGBUILD2019-10-25 16:40:06 UTC (rev 519530)
@@ -2,7 +2,7 @@
 
 pkgname=python-sortedcontainers
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2019-04-02 Thread Felix Yan via arch-commits
Date: Tuesday, April 2, 2019 @ 12:42:45
  Author: felixonmars
Revision: 447671

upgpkg: python-sortedcontainers 2.1.0-2

remove python2 sibling

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |   35 +--
 1 file changed, 9 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-02 12:39:22 UTC (rev 447670)
+++ PKGBUILD2019-04-02 12:42:45 UTC (rev 447671)
@@ -1,51 +1,34 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-sortedcontainers
-pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
+pkgname=python-sortedcontainers
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
 url="http://www.grantjenks.com/docs/sortedcontainers/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
+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=('1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b')
 
 prepare() {
   # Don't use tox
   sed -i '/tests_require/d' python-sortedcontainers-$pkgver/setup.py
-
-  cp -a python-sortedcontainers-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-sortedcontainers-$pkgver
+  cd python-sortedcontainers-$pkgver
   python setup.py build
-
-  cd "$srcdir"/python-sortedcontainers-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-sortedcontainers-$pkgver
+  cd python-sortedcontainers-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/python-sortedcontainers-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-sortedcontainers() {
-  depends=('python')
-
+package() {
   cd python-sortedcontainers-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-sortedcontainers() {
-  depends=('python2')
-
-  cd python-sortedcontainers-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-11-22 Thread Felix Yan via arch-commits
Date: Thursday, November 22, 2018 @ 21:59:02
  Author: felixonmars
Revision: 409375

upgpkg: python-sortedcontainers 2.1.0-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 21:57:27 UTC (rev 409374)
+++ PKGBUILD2018-11-22 21:59:02 UTC (rev 409375)
@@ -2,7 +2,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=2.0.5
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('0094418e21ba0fd43ca83b04b75350a1e513c4533bbb939d9427ff35d7270324aa360554de0dec0f8d3e9666fd48b6e05f13824d3661e6cbfda46f56bcfdd87e')
+sha512sums=('1c56daea5d491dbeea9c677677a79ef5c4805325ea3d5da97005cd3b269003a99459550a793dfe65820f152c774371472ba471a7daf61c9d97b36744bafb013b')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-09-04 Thread Felix Yan via arch-commits
Date: Tuesday, September 4, 2018 @ 08:03:05
  Author: felixonmars
Revision: 376533

upgpkg: python-sortedcontainers 2.0.5-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-04 08:02:56 UTC (rev 376532)
+++ PKGBUILD2018-09-04 08:03:05 UTC (rev 376533)
@@ -3,8 +3,8 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('d533dc1f845bd7406ac0dd2b640fb03b857243c1e7db38986d8b625035f83ea8e8388f404d0e08909feaa94ad8c1b0f2c11329d3136a13c257563a6161dc2558')
+sha512sums=('0094418e21ba0fd43ca83b04b75350a1e513c4533bbb939d9427ff35d7270324aa360554de0dec0f8d3e9666fd48b6e05f13824d3661e6cbfda46f56bcfdd87e')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 17:55:00
  Author: foutrelis
Revision: 348758

Python 3.7 rebuild

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:54:59 UTC (rev 348757)
+++ PKGBUILD2018-06-30 17:55:00 UTC (rev 348758)
@@ -4,7 +4,7 @@
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-06-07 Thread Felix Yan via arch-commits
Date: Thursday, June 7, 2018 @ 07:02:57
  Author: felixonmars
Revision: 341707

upgpkg: python-sortedcontainers 2.0.4-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 07:01:04 UTC (rev 341706)
+++ PKGBUILD2018-06-07 07:02:57 UTC (rev 341707)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('55324c5dd4223c47f647b0bd1482120811f126da72636bf39ddb19fee9fc3df75041579233757b4029f5c9023c75f48d8f71688d1c72255fbb8e0639f418fb42')
+sha512sums=('d533dc1f845bd7406ac0dd2b640fb03b857243c1e7db38986d8b625035f83ea8e8388f404d0e08909feaa94ad8c1b0f2c11329d3136a13c257563a6161dc2558')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 03:36:47
  Author: felixonmars
Revision: 335363

upgpkg: python-sortedcontainers 2.0.3-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 03:34:23 UTC (rev 335362)
+++ PKGBUILD2018-06-01 03:36:47 UTC (rev 335363)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('eab2494974ce4c947d841b1df8331a80a2db4eef4e5f5e47a4837439116d2a86a2a8291d4449e42a3ae487acf961eb38f10deeb0d5d430eae9760cfd4ae1f84e')
+sha512sums=('55324c5dd4223c47f647b0bd1482120811f126da72636bf39ddb19fee9fc3df75041579233757b4029f5c9023c75f48d8f71688d1c72255fbb8e0639f418fb42')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 22, 2018 @ 02:21:43
  Author: felixonmars
Revision: 326713

upgpkg: python-sortedcontainers 2.0.2-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-22 02:21:34 UTC (rev 326712)
+++ PKGBUILD2018-05-22 02:21:43 UTC (rev 326713)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
-sha512sums=('02a4a388851c5a0b0c7c096dc9f26fe8898abf0a06dfd348d9c526ab52f83046f11a87b76c6a01992e3f63bdc5e85c547e41eb4cc647453546bad1cd7c542a91')
+sha512sums=('eab2494974ce4c947d841b1df8331a80a2db4eef4e5f5e47a4837439116d2a86a2a8291d4449e42a3ae487acf961eb38f10deeb0d5d430eae9760cfd4ae1f84e')
 
 prepare() {
   # Don't use tox


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-05-19 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 06:39:07
  Author: felixonmars
Revision: 324379

upgpkg: python-sortedcontainers 2.0.1-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |   29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 06:37:11 UTC (rev 324378)
+++ PKGBUILD2018-05-19 06:39:07 UTC (rev 324379)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.10
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -10,34 +10,37 @@
 license=('Apache')
 url="http://www.grantjenks.com/docs/sortedcontainers/;
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/sorted_containers/archive/v$pkgver.tar.gz;)
-sha512sums=('22ec92d9d7dc44159f47be9b028cc468637cae68d4702fff87e8531a155d56bb031b32c77efcc6f839ead19d27471cb80660fe990b3d424ed1fe58178ee803b8')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz;)
+sha512sums=('02a4a388851c5a0b0c7c096dc9f26fe8898abf0a06dfd348d9c526ab52f83046f11a87b76c6a01992e3f63bdc5e85c547e41eb4cc647453546bad1cd7c542a91')
 
 prepare() {
-  cp -a sorted_containers-$pkgver{,-py2}
+  # Don't use tox
+  sed -i '/tests_require/d' python-sortedcontainers-$pkgver/setup.py
+
+  cp -a python-sortedcontainers-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/sorted_containers-$pkgver
+  cd "$srcdir"/python-sortedcontainers-$pkgver
   python setup.py build
 
-  cd "$srcdir"/sorted_containers-$pkgver-py2
+  cd "$srcdir"/python-sortedcontainers-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/sorted_containers-$pkgver
-  nosetests3
+  cd "$srcdir"/python-sortedcontainers-$pkgver
+  python setup.py pytest
 
-  cd "$srcdir"/sorted_containers-$pkgver-py2
-  nosetests2
+  cd "$srcdir"/python-sortedcontainers-$pkgver-py2
+  python2 setup.py pytest
 }
 
 package_python-sortedcontainers() {
   depends=('python')
 
-  cd sorted_containers-$pkgver
+  cd python-sortedcontainers-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -44,6 +47,6 @@
 package_python2-sortedcontainers() {
   depends=('python2')
 
-  cd sorted_containers-$pkgver-py2
+  cd python-sortedcontainers-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2018-04-22 Thread Felix Yan via arch-commits
Date: Sunday, April 22, 2018 @ 08:19:17
  Author: felixonmars
Revision: 317296

upgpkg: python-sortedcontainers 1.5.10-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-22 08:18:35 UTC (rev 317295)
+++ PKGBUILD2018-04-22 08:19:17 UTC (rev 317296)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/sorted_containers/archive/v$pkgver.tar.gz;)
-sha512sums=('8bcc668901673d6390e592a0a857472c0183d5988af532d6b276c724708cfb0deef19a066dfba66f3987273aad5e8d01ffbbb1592c82502da8170e2639256327')
+sha512sums=('22ec92d9d7dc44159f47be9b028cc468637cae68d4702fff87e8531a155d56bb031b32c77efcc6f839ead19d27471cb80660fe990b3d424ed1fe58178ee803b8')
 
 prepare() {
   cp -a sorted_containers-$pkgver{,-py2}


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2017-12-09 Thread Felix Yan via arch-commits
Date: Saturday, December 9, 2017 @ 21:10:33
  Author: felixonmars
Revision: 273421

upgpkg: python-sortedcontainers 1.5.9-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-09 21:10:13 UTC (rev 273420)
+++ PKGBUILD2017-12-09 21:10:33 UTC (rev 273421)
@@ -3,34 +3,34 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.7
-pkgrel=2
+pkgver=1.5.9
+pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
 url="http://www.grantjenks.com/docs/sortedcontainers/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/grantjenks/sorted_containers/archive/v$pkgver.tar.gz;)
+sha512sums=('8bcc668901673d6390e592a0a857472c0183d5988af532d6b276c724708cfb0deef19a066dfba66f3987273aad5e8d01ffbbb1592c82502da8170e2639256327')
 
 prepare() {
-  cp -a sorted_containers{,-py2}
+  cp -a sorted_containers-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/sorted_containers
+  cd "$srcdir"/sorted_containers-$pkgver
   python setup.py build
 
-  cd "$srcdir"/sorted_containers-py2
+  cd "$srcdir"/sorted_containers-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/sorted_containers
+  cd "$srcdir"/sorted_containers-$pkgver
   nosetests3
 
-  cd "$srcdir"/sorted_containers-py2
+  cd "$srcdir"/sorted_containers-$pkgver-py2
   nosetests2
 }
 
@@ -37,7 +37,7 @@
 package_python-sortedcontainers() {
   depends=('python')
 
-  cd sorted_containers
+  cd sorted_containers-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -44,6 +44,6 @@
 package_python2-sortedcontainers() {
   depends=('python2')
 
-  cd sorted_containers-py2
+  cd sorted_containers-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 17:26:42
  Author: foutrelis
Revision: 202092

Python 3.6 rebuild

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:26:01 UTC (rev 202091)
+++ PKGBUILD2016-12-25 17:26:42 UTC (rev 202092)
@@ -4,7 +4,7 @@
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
 pkgver=1.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-12-22 Thread Felix Yan
Date: Friday, December 23, 2016 @ 02:17:14
  Author: felixonmars
Revision: 201205

upgpkg: python-sortedcontainers 1.5.7-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 01:05:24 UTC (rev 201204)
+++ PKGBUILD2016-12-23 02:17:14 UTC (rev 201205)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.6
+pkgver=1.5.7
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:59:37
  Author: felixonmars
Revision: 198666

upgpkg: python-sortedcontainers 1.5.6-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 02:21:56 UTC (rev 198665)
+++ PKGBUILD2016-12-10 02:59:37 UTC (rev 198666)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd "$srcdir/sorted_containers"
+  cd "$srcdir"/sorted_containers
   python setup.py build
 
-  cd "$srcdir/sorted_containers-py2"
+  cd "$srcdir"/sorted_containers-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/sorted_containers"
+  cd "$srcdir"/sorted_containers
   nosetests3
 
-  cd "$srcdir/sorted_containers-py2"
+  cd "$srcdir"/sorted_containers-py2
   nosetests2
 }
 
@@ -38,7 +38,7 @@
   depends=('python')
 
   cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-sortedcontainers() {
@@ -45,5 +45,5 @@
   depends=('python2')
 
   cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-12-05 Thread Felix Yan
Date: Tuesday, December 6, 2016 @ 02:28:16
  Author: felixonmars
Revision: 198079

upgpkg: python-sortedcontainers 1.5.5-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 00:57:05 UTC (rev 198078)
+++ PKGBUILD2016-12-06 02:28:16 UTC (rev 198079)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 01:19:18
  Author: felixonmars
Revision: 192402

upgpkg: python-sortedcontainers 1.5.4-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:55:41 UTC (rev 192401)
+++ PKGBUILD2016-10-17 01:19:18 UTC (rev 192402)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-06-02 Thread Felix Yan
Date: Thursday, June 2, 2016 @ 10:21:43
  Author: fyan
Revision: 177687

upgpkg: python-sortedcontainers 1.5.3-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-02 07:48:14 UTC (rev 177686)
+++ PKGBUILD2016-06-02 08:21:43 UTC (rev 177687)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-05-28 Thread Felix Yan
Date: Sunday, May 29, 2016 @ 03:17:22
  Author: fyan
Revision: 177401

upgpkg: python-sortedcontainers 1.5.2-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-29 00:32:46 UTC (rev 177400)
+++ PKGBUILD2016-05-29 01:17:22 UTC (rev 177401)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-05-26 Thread Felix Yan
Date: Friday, May 27, 2016 @ 04:46:22
  Author: fyan
Revision: 177143

upgpkg: python-sortedcontainers 1.5.1-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 01:55:15 UTC (rev 177142)
+++ PKGBUILD2016-05-27 02:46:22 UTC (rev 177143)
@@ -3,8 +3,8 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')


[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:49:39
  Author: fyan
Revision: 159978

upgpkg: python-sortedcontainers 1.4.4-2

fix dependencies

Modified:
  python-sortedcontainers/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 14:48:12 UTC (rev 159977)
+++ PKGBUILD2016-02-02 14:49:39 UTC (rev 159978)
@@ -4,7 +4,7 @@
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
@@ -35,7 +35,7 @@
 }
 
 package_python-sortedcontainers() {
-  depends=('python-yaml')
+  depends=('python')
 
   cd sorted_containers
   python setup.py install --root="${pkgdir}" --optimize=1
@@ -42,7 +42,7 @@
 }
 
 package_python2-sortedcontainers() {
-  depends=('python2-yaml')
+  depends=('python2')
 
   cd sorted_containers-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1