[arch-commits] Commit in python-cachecontrol/repos/community-any (4 files)

2021-11-29 Thread Evangelos Foutras via arch-commits
Date: Monday, November 29, 2021 @ 22:13:32
  Author: foutrelis
Revision: 1057634

archrelease: copy trunk to community-any

Added:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
(from rev 1057633, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-any/PKGBUILD
(from rev 1057633, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 
 PKGBUILD |   81 +
 2 files changed, 70 insertions(+), 63 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2021-11-29 22:13:26 UTC 
(rev 1057633)
+++ 0001-Remove-unnecessary-console-script.patch2021-11-29 22:13:32 UTC 
(rev 1057634)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
 (from rev 1057633, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2021-11-29 22:13:32 UTC 
(rev 1057634)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-29 22:13:26 UTC (rev 1057633)
+++ PKGBUILD2021-11-29 22:13:32 UTC (rev 1057634)
@@ -1,37 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgname=python-cachecontrol
-pkgver=0.12.10
-pkgrel=1
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-depends=('python-msgpack' 'python-requests')
-makedepends=('python-msgpack' 'python-requests' 'python-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 
'python-cherrypy')
-optdepends=('python-lockfile: for the FileCache')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('fc8bc1ecc67ac2946b79a6a79da57c8ad510517787afd3db997ca0d432e56e3d')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-cachecontrol/repos/community-any/PKGBUILD (from rev 1057633, 
python-cachecontrol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-29 22:13:32 UTC (rev 1057634)
@@ -0,0 +1,44 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cachecontrol
+pkgname=python-cachecontrol

[arch-commits] Commit in python-cachecontrol/repos/community-any (4 files)

2021-11-29 Thread Jelle van der Waa via arch-commits
Date: Monday, November 29, 2021 @ 16:19:40
  Author: jelle
Revision: 1057582

archrelease: copy trunk to community-any

Added:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
(from rev 1057581, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-any/PKGBUILD
(from rev 1057581, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 +++---
 PKGBUILD |   91 ++---
 2 files changed, 63 insertions(+), 80 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2021-11-29 16:19:33 UTC 
(rev 1057581)
+++ 0001-Remove-unnecessary-console-script.patch2021-11-29 16:19:40 UTC 
(rev 1057582)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
 (from rev 1057581, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2021-11-29 16:19:40 UTC 
(rev 1057582)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-29 16:19:33 UTC (rev 1057581)
+++ PKGBUILD2021-11-29 16:19:40 UTC (rev 1057582)
@@ -1,54 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgbase=python-cachecontrol
-pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.6
-pkgrel=5
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests'
- 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 
'python-cherrypy')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"0001-Remove-unnecessary-console-script.patch")
-sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
-'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-# Ignore python2 tests
-#python2 -m pytest
-}
-
-package_python-cachecontrol() {
-depends=('python-msgpack' 'python-requests')
-optdepends=('python-lockfile: for the FileCache')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py 

[arch-commits] Commit in python-cachecontrol/repos/community-any (4 files)

2021-10-30 Thread Morten Linderud via arch-commits
Date: Saturday, October 30, 2021 @ 15:12:25
  Author: foxboron
Revision: 1034983

archrelease: copy trunk to community-any

Added:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
(from rev 1034982, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-any/PKGBUILD
(from rev 1034982, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 +--
 PKGBUILD |  109 -
 2 files changed, 80 insertions(+), 81 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2021-10-30 15:12:17 UTC 
(rev 1034982)
+++ 0001-Remove-unnecessary-console-script.patch2021-10-30 15:12:25 UTC 
(rev 1034983)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
 (from rev 1034982, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2021-10-30 15:12:25 UTC 
(rev 1034983)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 15:12:17 UTC (rev 1034982)
+++ PKGBUILD2021-10-30 15:12:25 UTC (rev 1034983)
@@ -1,55 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgbase=python-cachecontrol
-pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.6
-pkgrel=4
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests'
- 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 
'python-cherrypy')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"0001-Remove-unnecessary-console-script.patch")
-sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
-'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-# Ignore python2 tests
-#python2 -m pytest
-}
-
-package_python-cachecontrol() {
-depends=('python-msgpack' 'python-requests')
-optdepends=('python-lockfile: for the FileCache')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py 

[arch-commits] Commit in python-cachecontrol/repos/community-any (4 files)

2021-10-30 Thread Morten Linderud via arch-commits
Date: Saturday, October 30, 2021 @ 15:05:13
  Author: foxboron
Revision: 1034981

archrelease: copy trunk to community-any

Added:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
(from rev 1034980, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-any/PKGBUILD
(from rev 1034980, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 +--
 PKGBUILD |  109 -
 2 files changed, 81 insertions(+), 80 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2021-10-30 15:04:59 UTC 
(rev 1034980)
+++ 0001-Remove-unnecessary-console-script.patch2021-10-30 15:05:13 UTC 
(rev 1034981)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-any/0001-Remove-unnecessary-console-script.patch
 (from rev 1034980, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2021-10-30 15:05:13 UTC 
(rev 1034981)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 15:04:59 UTC (rev 1034980)
+++ PKGBUILD2021-10-30 15:05:13 UTC (rev 1034981)
@@ -1,54 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgbase=python-cachecontrol
-pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.6
-pkgrel=3
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
-  'python2-mock' 'python2-pytest' 'python2-lockfile' 
'python2-cherrypy')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"0001-Remove-unnecessary-console-script.patch")
-sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
-'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-python2 -m pytest
-}
-
-package_python-cachecontrol() {
-depends=('python-msgpack' 'python-requests')
-optdepends=('python-lockfile: for the FileCache')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py