* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2021-10-06 22:15 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 091c9d47e8ba475288b4f4df59c5e64ee50763a0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 21:53:46 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:15:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=091c9d47
dev-python/SQLAlchemy-Utils: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/Manifest | 1 +
.../SQLAlchemy-Utils-0.37.8.ebuild | 43 ++++++++++++++++++++++
dev-python/SQLAlchemy-Utils/metadata.xml | 13 +++++++
3 files changed, 57 insertions(+)
diff --git a/dev-python/SQLAlchemy-Utils/Manifest b/dev-python/SQLAlchemy-Utils/Manifest
new file mode 100644
index 000000000..6cc20abcf
--- /dev/null
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -0,0 +1 @@
+DIST SQLAlchemy-Utils-0.37.8.tar.gz 136623 BLAKE2B 2cbfff10011f25cd060d3eb388b6452e5e229e01aed5d415fab522a2d4990ea93a54ab3eb61b4d9e37a5dd95ab8b97df8a51dde287bd6980bb418b67674a03b2 SHA512 3e21891c9e58e65ceca8446d849e6bb96b1c7ffd3c00fc7e33d5544fe56a75ffbbb6356cab1775083811ddfbb6e42a5200b6509f1d8f66452edf08b0f44f84b2
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
new file mode 100644
index 000000000..aef845663
--- /dev/null
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
+HOMEPAGE="
+ https://github.com/kvesteri/sqlalchemy-utils
+ https://pypi.org/project/SQLAlchemy-Utils
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
+ >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+ >=dev-python/flexmock-0.9.7[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/psycopg-2.5.1[${PYTHON_USEDEP}]
+ >=dev-python/psycopg2cffi-2.8.1[${PYTHON_USEDEP}]
+ >=dev-python/pg8000-1.12.4[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2014.2[${PYTHON_USEDEP}]
+ >=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
+ dev-python/pymysql[${PYTHON_USEDEP}]
+ dev-python/pyodbc[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/SQLAlchemy-Utils/metadata.xml b/dev-python/SQLAlchemy-Utils/metadata.xml
new file mode 100644
index 000000000..79d83211f
--- /dev/null
+++ b/dev-python/SQLAlchemy-Utils/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/kvesteri/sqlalchemy-utils/issues</bugs-to>
+ <remote-id type="pypi">SQLAlchemy-Utils</remote-id>
+ <remote-id type="github">kvesteri/sqlalchemy-utils</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2021-10-09 2:59 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 9345915e4910a129315002940308e6f6635ec0eb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 02:53:12 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 02:53:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9345915e
dev-python/SQLAlchemy-Utils: enable py3.10, py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
index aef845663..2f2c945e1 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2021-10-09 17:00 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 17:00 UTC (permalink / raw
To: gentoo-commits
commit: f893463b0f6f604a97ae208556910101fa2ca75f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 16:47:25 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 17:00:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f893463b
dev-python/SQLAlchemy-Utils: add greenlet test dep
Closes: https://bugs.gentoo.org/817173
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
index 2f2c945e1..fc912931b 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
@@ -37,6 +37,7 @@ DEPEND="
>=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
dev-python/pymysql[${PYTHON_USEDEP}]
dev-python/pyodbc[${PYTHON_USEDEP}]
+ dev-python/greenlet[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2021-10-14 20:22 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 3ffed6ca329987ae9c348ccd877901568120f886
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 20:01:30 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:22:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ffed6ca
dev-python/SQLAlchemy-Utils: deselect failing test
Closes: https://bugs.gentoo.org/818067
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
index fc912931b..210520016 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+EPYTEST_DESELECT=( tests/types/test_timezone.py )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2021-11-02 3:40 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2021-11-02 3:40 UTC (permalink / raw
To: gentoo-commits
commit: aa9368496d789d310a7d413b82bfe28200cb7e67
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov 1 20:23:00 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Nov 2 03:40:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa936849
dev-python/SQLAlchemy-Utils: add 0.37.9, drop 0.37.8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/Manifest | 2 +-
...{SQLAlchemy-Utils-0.37.8.ebuild => SQLAlchemy-Utils-0.37.9.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/SQLAlchemy-Utils/Manifest b/dev-python/SQLAlchemy-Utils/Manifest
index 6cc20abcf..240fe11f1 100644
--- a/dev-python/SQLAlchemy-Utils/Manifest
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -1 +1 @@
-DIST SQLAlchemy-Utils-0.37.8.tar.gz 136623 BLAKE2B 2cbfff10011f25cd060d3eb388b6452e5e229e01aed5d415fab522a2d4990ea93a54ab3eb61b4d9e37a5dd95ab8b97df8a51dde287bd6980bb418b67674a03b2 SHA512 3e21891c9e58e65ceca8446d849e6bb96b1c7ffd3c00fc7e33d5544fe56a75ffbbb6356cab1775083811ddfbb6e42a5200b6509f1d8f66452edf08b0f44f84b2
+DIST SQLAlchemy-Utils-0.37.9.tar.gz 136639 BLAKE2B e9e92b185ff45cfee5b1a6e59e78ae819ef15e419e178e8773f6f76d0681e6c047b8124c17b95e49c0a1badff13f27c3718d0f68f67523eabe6333a665d5a134 SHA512 5186ea01d5fab000b79496a501321846b326336cb1e725520acd4512e2d129e51b8887d95f3ca6109575b1263fde0178a84ca7d37da06d8b410bc97649c76f14
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild
similarity index 97%
rename from dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
rename to dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild
index 210520016..6b1db6544 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild
@@ -23,8 +23,8 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
>=dev-python/jinja-2.3[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2022-03-14 2:41 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 2:41 UTC (permalink / raw
To: gentoo-commits
commit: ada247acfc32346d56cba11f5f2c92a6ef2799b2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:11:15 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ada247ac
dev-python/SQLAlchemy-Utils: add 0.38.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/SQLAlchemy-Utils/Manifest | 1 +
.../SQLAlchemy-Utils-0.38.2.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/SQLAlchemy-Utils/Manifest b/dev-python/SQLAlchemy-Utils/Manifest
index 240fe11f1..8ea838e16 100644
--- a/dev-python/SQLAlchemy-Utils/Manifest
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -1 +1,2 @@
DIST SQLAlchemy-Utils-0.37.9.tar.gz 136639 BLAKE2B e9e92b185ff45cfee5b1a6e59e78ae819ef15e419e178e8773f6f76d0681e6c047b8124c17b95e49c0a1badff13f27c3718d0f68f67523eabe6333a665d5a134 SHA512 5186ea01d5fab000b79496a501321846b326336cb1e725520acd4512e2d129e51b8887d95f3ca6109575b1263fde0178a84ca7d37da06d8b410bc97649c76f14
+DIST SQLAlchemy-Utils-0.38.2.tar.gz 136800 BLAKE2B 13d1470c65a6eeb198d6846a85f4b9d0a1476fd95eed24d1a06ff3cc9a87fb56243f39bd6b542b7e5749551270e03d8345f5a3da5a1f1e548cfe757c81b26d49 SHA512 2dc98549501e3b8fc3ad77aa14f31940e9aa73999d699bb1a2d4be424eb3bff38a3fc8cacf8774e42f816c1b31cc1ccc4e9955cf1dae2fd3a2b9e4e0f0b18cc7
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
new file mode 100644
index 000000000..942071a60
--- /dev/null
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EPYTEST_DESELECT=( tests/types/test_timezone.py ) # https://bugs.gentoo.org/819021
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
+HOMEPAGE="
+ https://github.com/kvesteri/sqlalchemy-utils
+ https://pypi.org/project/SQLAlchemy-Utils/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? (
+ >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
+ >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+ >=dev-python/flexmock-0.9.7[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/psycopg-2.5.1[${PYTHON_USEDEP}]
+ >=dev-python/psycopg2cffi-2.8.1[${PYTHON_USEDEP}]
+ >=dev-python/pg8000-1.12.4[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2014.2[${PYTHON_USEDEP}]
+ >=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
+ dev-python/pymysql[${PYTHON_USEDEP}]
+ dev-python/pyodbc[${PYTHON_USEDEP}]
+ dev-python/greenlet[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2023-01-05 23:43 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-01-05 23:43 UTC (permalink / raw
To: gentoo-commits
commit: 6270621dad2c7ed0475d1684bc5958ce66ce809d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jan 5 23:43:37 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Jan 5 23:43:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6270621d
dev-python/SQLAlchemy-Utils: add 0.39.0, drop 0.37.9
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/SQLAlchemy-Utils/Manifest | 2 +-
...SQLAlchemy-Utils-0.37.9.ebuild => SQLAlchemy-Utils-0.39.0.ebuild} | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/SQLAlchemy-Utils/Manifest b/dev-python/SQLAlchemy-Utils/Manifest
index 8ea838e16..799d6048e 100644
--- a/dev-python/SQLAlchemy-Utils/Manifest
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -1,2 +1,2 @@
-DIST SQLAlchemy-Utils-0.37.9.tar.gz 136639 BLAKE2B e9e92b185ff45cfee5b1a6e59e78ae819ef15e419e178e8773f6f76d0681e6c047b8124c17b95e49c0a1badff13f27c3718d0f68f67523eabe6333a665d5a134 SHA512 5186ea01d5fab000b79496a501321846b326336cb1e725520acd4512e2d129e51b8887d95f3ca6109575b1263fde0178a84ca7d37da06d8b410bc97649c76f14
DIST SQLAlchemy-Utils-0.38.2.tar.gz 136800 BLAKE2B 13d1470c65a6eeb198d6846a85f4b9d0a1476fd95eed24d1a06ff3cc9a87fb56243f39bd6b542b7e5749551270e03d8345f5a3da5a1f1e548cfe757c81b26d49 SHA512 2dc98549501e3b8fc3ad77aa14f31940e9aa73999d699bb1a2d4be424eb3bff38a3fc8cacf8774e42f816c1b31cc1ccc4e9955cf1dae2fd3a2b9e4e0f0b18cc7
+DIST SQLAlchemy-Utils-0.39.0.tar.gz 137193 BLAKE2B 8af238a4826d2a5f5c71880997ab25ca45c72c6a6099c1bb913c6fac70e0feca4c53238d2f05f29efe1226893ee03916c73cb8f1f69d12dd1e298277feec3d5c SHA512 3d276a76867da223242c13b9e883f7c834d54e28a0cf7a3a5382cfbff4051ef0f3c05ccbb97bca78fa0394b665c5013185e4127ca9944cc517340e37aa8ddcf9
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
similarity index 92%
rename from dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild
rename to dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
index ca89b0b6b..0f0faee2f 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-EPYTEST_DESELECT=( tests/types/test_timezone.py )
PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2023-03-17 13:10 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
To: gentoo-commits
commit: fa3efd1767971234a98248fef3d535bb9dc8e7b6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:13 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa3efd17
dev-python/SQLAlchemy-Utils: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
index 0af0a2dfe..3946d89a8 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
@@ -5,14 +5,14 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
HOMEPAGE="
https://github.com/kvesteri/sqlalchemy-utils
https://pypi.org/project/SQLAlchemy-Utils/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
@ 2023-03-26 15:19 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-03-26 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 80f5a777ff8721dd8ccf3c4c02f280c3b432a0ea
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar 26 15:00:08 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Mar 26 15:00:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80f5a777
dev-python/SQLAlchemy-Utils: drop 0.38.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/SQLAlchemy-Utils/Manifest | 1 -
.../SQLAlchemy-Utils-0.38.2.ebuild | 45 ----------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/SQLAlchemy-Utils/Manifest b/dev-python/SQLAlchemy-Utils/Manifest
index 799d6048e..0c181edf8 100644
--- a/dev-python/SQLAlchemy-Utils/Manifest
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -1,2 +1 @@
-DIST SQLAlchemy-Utils-0.38.2.tar.gz 136800 BLAKE2B 13d1470c65a6eeb198d6846a85f4b9d0a1476fd95eed24d1a06ff3cc9a87fb56243f39bd6b542b7e5749551270e03d8345f5a3da5a1f1e548cfe757c81b26d49 SHA512 2dc98549501e3b8fc3ad77aa14f31940e9aa73999d699bb1a2d4be424eb3bff38a3fc8cacf8774e42f816c1b31cc1ccc4e9955cf1dae2fd3a2b9e4e0f0b18cc7
DIST SQLAlchemy-Utils-0.39.0.tar.gz 137193 BLAKE2B 8af238a4826d2a5f5c71880997ab25ca45c72c6a6099c1bb913c6fac70e0feca4c53238d2f05f29efe1226893ee03916c73cb8f1f69d12dd1e298277feec3d5c SHA512 3d276a76867da223242c13b9e883f7c834d54e28a0cf7a3a5382cfbff4051ef0f3c05ccbb97bca78fa0394b665c5013185e4127ca9944cc517340e37aa8ddcf9
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
deleted file mode 100644
index 295e05605..000000000
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_DESELECT=( tests/types/test_timezone.py ) # https://bugs.gentoo.org/819021
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
-HOMEPAGE="
- https://github.com/kvesteri/sqlalchemy-utils
- https://pypi.org/project/SQLAlchemy-Utils/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
- >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
- >=dev-python/flexmock-0.9.7[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2.5.1[${PYTHON_USEDEP}]
- >=dev-python/psycopg2cffi-2.8.1[${PYTHON_USEDEP}]
- >=dev-python/pg8000-1.12.4[${PYTHON_USEDEP}]
- >=dev-python/pytz-2014.2[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
- dev-python/pymysql[${PYTHON_USEDEP}]
- dev-python/pyodbc[${PYTHON_USEDEP}]
- dev-python/greenlet[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-03-26 15:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 3:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-03-26 15:19 Anna Vyalkova
2023-03-17 13:10 Anna Vyalkova
2023-01-05 23:43 Julien Roy
2022-03-14 2:41 Alessandro Barbieri
2021-10-14 20:22 Alessandro Barbieri
2021-10-09 17:00 Alessandro Barbieri
2021-10-09 2:59 Alessandro Barbieri
2021-10-06 22:15 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox