* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2022-07-28 11:44 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2022-07-28 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 70794d20b25f24bcd76a1399082462195bcdeffe
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jul 28 11:44:48 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jul 28 11:44:48 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=70794d20
dev-python/dandi-schema: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.7.1.ebuild | 42 +++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
new file mode 100644
index 000000000..19a906634
--- /dev/null
+++ b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Schemata for DANDI archive project"
+HOMEPAGE="https://github.com/dandi/dandi-schema"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/wheel[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.3.4-coverage.patch"
+)
+
+src_configure() {
+ echo "__version__ = '${PV}'" >> dandischema/_version.py
+}
+
+distutils_enable_tests pytest
+
+python_test() {
+ export DANDI_TESTS_NONETWORK=1
+ pushd dandischema || die
+ epytest tests
+ popd
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-03-21 22:20 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-03-21 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 6272cd0bea6d051a045f29a61aa7b72795e26498
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 21 22:20:09 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 21 22:20:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6272cd0b
dev-python/dandi-schema: update SRC_URI
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.5.1.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.6.0.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.7.1.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.8.2.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
index 9930ef9a2..c0ac63b6b 100644
--- a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Schemata for DANDI archive project"
HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
index 9930ef9a2..c0ac63b6b 100644
--- a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Schemata for DANDI archive project"
HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
index 9930ef9a2..c0ac63b6b 100644
--- a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Schemata for DANDI archive project"
HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
index 9930ef9a2..c0ac63b6b 100644
--- a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Schemata for DANDI archive project"
HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-03-21 22:20 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-03-21 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 1aa6ec193977ee1926f47c79ed94ff62f6230ee5
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 21 22:09:35 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 21 22:09:35 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aa6ec19
dev-python/dandi-schema: add 0.8.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.8.2.ebuild | 42 +++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
new file mode 100644
index 000000000..9930ef9a2
--- /dev/null
+++ b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Schemata for DANDI archive project"
+HOMEPAGE="https://github.com/dandi/dandi-schema"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/wheel[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.3.4-coverage.patch"
+)
+
+src_configure() {
+ echo "__version__ = '${PV}'" >> dandischema/_version.py
+}
+
+distutils_enable_tests pytest
+
+python_test() {
+ export DANDI_TESTS_NONETWORK=1
+ pushd dandischema || die
+ epytest tests
+ popd
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-03-21 22:20 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-03-21 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 4ae5171695d4babcf61b73e1f044daced102c929
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 21 22:11:11 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 21 22:11:11 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ae51716
dev-python/dandi-schema: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.5.1.ebuild | 4 ++--
dev-python/dandi-schema/dandi-schema-0.6.0.ebuild | 4 ++--
dev-python/dandi-schema/dandi-schema-0.7.1.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
index 71a3ff4a4..9930ef9a2 100644
--- a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
index 71a3ff4a4..9930ef9a2 100644
--- a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
diff --git a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
index 71a3ff4a4..9930ef9a2 100644
--- a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-03-21 22:20 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-03-21 22:20 UTC (permalink / raw
To: gentoo-commits
commit: e30c2afbc624de2150e58138c1fdfa13cc0957cb
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 21 22:10:07 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 21 22:10:07 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e30c2afb
dev-python/dandi-schema: drop 0.4.3, 0.5.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.4.3.ebuild | 46 -----------------------
dev-python/dandi-schema/dandi-schema-0.5.3.ebuild | 42 ---------------------
2 files changed, 88 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.4.3.ebuild b/dev-python/dandi-schema/dandi-schema-0.4.3.ebuild
deleted file mode 100644
index f1733c147..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.4.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
- "${FILESDIR}/${PN}-0.3.4-versioningit.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
diff --git a/dev-python/dandi-schema/dandi-schema-0.5.3.ebuild b/dev-python/dandi-schema/dandi-schema-0.5.3.ebuild
deleted file mode 100644
index 71a3ff4a4..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.5.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-05-22 10:32 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-05-22 10:32 UTC (permalink / raw
To: gentoo-commits
commit: f9c04d1a2daff394140e4350527dc8371884ce7d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 10:32:49 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 10:32:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9c04d1a
dev-python/dandi-schema: drop 0.5.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.5.1.ebuild | 42 -----------------------
1 file changed, 42 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
deleted file mode 100644
index c0ac63b6b..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-05-22 10:34 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-05-22 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 439c799b614ffdf8f445a1060924eeb33c43c196
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 10:34:44 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 10:34:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=439c799b
dev-python/dandi-schema: add 0.8.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.8.3.ebuild | 42 +++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
new file mode 100644
index 000000000..c0ac63b6b
--- /dev/null
+++ b/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Schemata for DANDI archive project"
+HOMEPAGE="https://github.com/dandi/dandi-schema"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/wheel[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ dev-python/pydantic[${PYTHON_USEDEP}]
+ dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.3.4-coverage.patch"
+)
+
+src_configure() {
+ echo "__version__ = '${PV}'" >> dandischema/_version.py
+}
+
+distutils_enable_tests pytest
+
+python_test() {
+ export DANDI_TESTS_NONETWORK=1
+ pushd dandischema || die
+ epytest tests
+ popd
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-05-24 3:42 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-05-24 3:42 UTC (permalink / raw
To: gentoo-commits
commit: db65d5d18a3fea4aca9456e6aba3102a0de47aa2
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 24 03:41:51 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 24 03:41:51 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=db65d5d1
dev-python/dandi-schema: updated dependency name
Required by: 37b2f25fbaecb8eab31ce07f9ef74c8d9508a7f0 on ::gentoo
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.6.0.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.7.1.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.8.2.ebuild | 2 +-
dev-python/dandi-schema/dandi-schema-0.8.3.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
index c0ac63b6b..6f026c947 100644
--- a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
diff --git a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
index c0ac63b6b..6f026c947 100644
--- a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
index c0ac63b6b..6f026c947 100644
--- a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
index c0ac63b6b..6f026c947 100644
--- a/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/python-email-validator[${PYTHON_USEDEP}]
+ dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-05-24 3:42 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-05-24 3:42 UTC (permalink / raw
To: gentoo-commits
commit: 52c737693ed71577c89cd5e6bb06abdc11403238
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 24 03:42:31 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 24 03:42:31 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=52c73769
dev-python/dandi-schema: drop 0.6.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.6.0.ebuild | 42 -----------------------
1 file changed, 42 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild b/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
deleted file mode 100644
index 6f026c947..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-12-12 3:12 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-12-12 3:12 UTC (permalink / raw
To: gentoo-commits
commit: 82a62ae536b5c3b05c90da7e1ee15acd2f7afe6a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Dec 12 03:11:01 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 03:11:01 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82a62ae5
dev-python/dandi-schema: drop 0.7.1, 0.8.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.7.1.ebuild | 42 -----------------------
dev-python/dandi-schema/dandi-schema-0.8.2.ebuild | 42 -----------------------
2 files changed, 84 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
deleted file mode 100644
index 6f026c947..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
deleted file mode 100644
index 6f026c947..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-12-12 3:12 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-12-12 3:12 UTC (permalink / raw
To: gentoo-commits
commit: e958610a0980f7bcbf7c70e7be685d8529ab489e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Dec 12 03:10:19 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 03:10:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e958610a
dev-python/dandi-schema: add 0.8.4
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dandi-schema/dandi-schema-0.8.4.ebuild | 42 +++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild
new file mode 100644
index 000000000..8a2978c99
--- /dev/null
+++ b/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Schemata for DANDI archive project"
+HOMEPAGE="https://github.com/dandi/dandi-schema"
+SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/wheel[${PYTHON_USEDEP}]
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ <dev-python/pydantic-2[${PYTHON_USEDEP}]
+ dev-python/email-validator[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.3.4-coverage.patch"
+)
+
+src_configure() {
+ echo "__version__ = '${PV}'" >> dandischema/_version.py
+}
+
+distutils_enable_tests pytest
+
+python_test() {
+ export DANDI_TESTS_NONETWORK=1
+ pushd dandischema || die
+ epytest tests
+ popd
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2023-12-12 3:12 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2023-12-12 3:12 UTC (permalink / raw
To: gentoo-commits
commit: 0496d2691acb817595319817fa0deca8674feca9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Dec 12 03:11:49 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 03:11:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0496d269
dev-python/dandi-schema: dependency constraint update
Upstream discussion: https://github.com/NeurodataWithoutBorders/pynwb/issues/1799
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../{dandi-schema-0.8.3.ebuild => dandi-schema-0.8.3-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild
similarity index 91%
rename from dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
rename to dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild
index 6f026c947..8a2978c99 100644
--- a/dev-python/dandi-schema/dandi-schema-0.8.3.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
+ <dev-python/pydantic-2[${PYTHON_USEDEP}]
dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2024-03-21 22:15 Horea Christian
0 siblings, 0 replies; 14+ messages in thread
From: Horea Christian @ 2024-03-21 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 43d8c443869bc8f51d3e03ede300ae7bfd573bc8
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 20 20:16:06 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:15:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=43d8c443
dev-python/dandi-schema: drop 0.8.3-r1, 0.8.4
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../dandi-schema/dandi-schema-0.8.3-r1.ebuild | 42 ----------------------
dev-python/dandi-schema/dandi-schema-0.8.4.ebuild | 42 ----------------------
2 files changed, 84 deletions(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild
deleted file mode 100644
index 8a2978c99..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- <dev-python/pydantic-2[${PYTHON_USEDEP}]
- dev-python/email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
diff --git a/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild b/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild
deleted file mode 100644
index 8a2978c99..000000000
--- a/dev-python/dandi-schema/dandi-schema-0.8.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandi-schema"
-SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wheel[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- <dev-python/pydantic-2[${PYTHON_USEDEP}]
- dev-python/email-validator[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.3.4-coverage.patch"
-)
-
-src_configure() {
- echo "__version__ = '${PV}'" >> dandischema/_version.py
-}
-
-distutils_enable_tests pytest
-
-python_test() {
- export DANDI_TESTS_NONETWORK=1
- pushd dandischema || die
- epytest tests
- popd
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/
@ 2024-09-23 14:22 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2024-09-23 14:22 UTC (permalink / raw
To: gentoo-commits
commit: ff27c9477917a871c3c8a0503e8fcec2aff80959
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 14:17:14 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 14:17:14 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff27c947
dev-python/dandi-schema: unkeyword 0.9.1 for ~x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/dandi-schema/dandi-schema-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dandi-schema/dandi-schema-0.9.1.ebuild b/dev-python/dandi-schema/dandi-schema-0.9.1.ebuild
index 0e7986806..a47c5fcdf 100644
--- a/dev-python/dandi-schema/dandi-schema-0.9.1.ebuild
+++ b/dev-python/dandi-schema/dandi-schema-0.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/dandi/dandi-schema/archive/refs/tags/${PV}.tar.gz ->
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
# Package has pydantic version restriction (2.4*), which, however, breaks the test suite:
# https://github.com/dandi/dandi-schema/issues/228
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-09-23 14:22 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 3:12 [gentoo-commits] proj/sci:master commit in: dev-python/dandi-schema/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 14:22 Andrew Ammerlaan
2024-03-21 22:15 Horea Christian
2023-12-12 3:12 Horea Christian
2023-12-12 3:12 Horea Christian
2023-05-24 3:42 Horea Christian
2023-05-24 3:42 Horea Christian
2023-05-22 10:34 Horea Christian
2023-05-22 10:32 Horea Christian
2023-03-21 22:20 Horea Christian
2023-03-21 22:20 Horea Christian
2023-03-21 22:20 Horea Christian
2023-03-21 22:20 Horea Christian
2022-07-28 11:44 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox