aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2022-05-02 04:01:55 -0400
committerHorea Christian <chr@chymera.eu>2022-05-02 04:01:55 -0400
commit863cc94d4873ffca83f71f0bf9f87a13c7f92678 (patch)
tree73a3beba0910a6423fe130d9b7ca9631a2163cf3
parentdev-vcs/dandi-cli: version bump (diff)
downloadsci-863cc94d4873ffca83f71f0bf9f87a13c7f92678.tar.gz
sci-863cc94d4873ffca83f71f0bf9f87a13c7f92678.tar.bz2
sci-863cc94d4873ffca83f71f0bf9f87a13c7f92678.zip
dev-python/dandischema: dropped package
superseded by dev-python/dandi-schema Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-python/dandischema/Manifest4
-rw-r--r--dev-python/dandischema/dandischema-0.4.3.ebuild46
-rw-r--r--dev-python/dandischema/dandischema-0.5.1.ebuild42
-rw-r--r--dev-python/dandischema/dandischema-0.5.3.ebuild42
-rw-r--r--dev-python/dandischema/dandischema-0.6.0.ebuild42
-rw-r--r--dev-python/dandischema/files/dandischema-0.3.4-coverage.patch11
-rw-r--r--dev-python/dandischema/files/dandischema-0.3.4-versioningit.patch10
-rw-r--r--dev-python/dandischema/metadata.xml26
8 files changed, 0 insertions, 223 deletions
diff --git a/dev-python/dandischema/Manifest b/dev-python/dandischema/Manifest
deleted file mode 100644
index 2262ebcc6..000000000
--- a/dev-python/dandischema/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST dandischema-0.4.3.tar.gz 51816 BLAKE2B 70c770ed8a73221468f9e576d77a6eaa52a087889a590a27c3ac19ed345c30be6019b456a8e9738a402db3d1cfb3434c86f54c20176d155b4c42bf935485fc42 SHA512 dc45788337ac50cf453ae54df49b0abcb6ab51584673619bbe5a1d975a9e7d319f114e0273bebc367296379f9c831bb04b03e04cda0ab6b3206d793a76af7b6c
-DIST dandischema-0.5.1.tar.gz 55938 BLAKE2B d23b7338987ffc985d8923acaaaeac5bb720e8bbe2aa5f313117f0be403e703257de82b8adf75c9cd84d9f18730f6b05d13b0e65c936daa4a711cdc94ae34671 SHA512 29f82ff708f2078a5e0df0c800a256b67cb231a4ca98a4110dd718b70887c7771c73d4602c265b7c2e29ea2bbf91a8919d11c100e038a4797edfbc479629d740
-DIST dandischema-0.5.3.tar.gz 56223 BLAKE2B e223d403c4712a87d7458d0c795eda8f3e7108044fceb9d1bf0060bb6db8dbdbb9136f3e2936064b4a0d20b50867a95637489c02542856cba4e030a35e7afcb8 SHA512 54bed6ffdad2a6b5bac2d14b6cadcde289654e1f9cf5c8bd4d888f479126b1668b5ba72c2ae9c9295bcea930cfcb4aa52b5b3e19e3137cd5496ae9ece43c0a15
-DIST dandischema-0.6.0.tar.gz 57094 BLAKE2B 8b756fc30a8ee3cbd9b690e9a762e8c503fdf0fef80f34dc2393af2b30be5974ebd3eb9d1f204b9833701841554dd35fcbb984cc65083b39f3c9812c0f5d9dbb SHA512 eb87773b05bf48f8278e0fc9cadd9b7e6ea7649091aeccb2510f0cd3df5ddca9c384ae3e6fda0c10c065acd36ec013605e13ae6f514bd96615845809a6ee8760
diff --git a/dev-python/dandischema/dandischema-0.4.3.ebuild b/dev-python/dandischema/dandischema-0.4.3.ebuild
deleted file mode 100644
index 18584a8d4..000000000
--- a/dev-python/dandischema/dandischema-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_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandischema"
-SRC_URI="https://github.com/dandi/dandischema/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/dandischema/dandischema-0.5.1.ebuild b/dev-python/dandischema/dandischema-0.5.1.ebuild
deleted file mode 100644
index e261a7540..000000000
--- a/dev-python/dandischema/dandischema-0.5.1.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_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandischema"
-SRC_URI="https://github.com/dandi/dandischema/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
-}
diff --git a/dev-python/dandischema/dandischema-0.5.3.ebuild b/dev-python/dandischema/dandischema-0.5.3.ebuild
deleted file mode 100644
index e261a7540..000000000
--- a/dev-python/dandischema/dandischema-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_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandischema"
-SRC_URI="https://github.com/dandi/dandischema/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
-}
diff --git a/dev-python/dandischema/dandischema-0.6.0.ebuild b/dev-python/dandischema/dandischema-0.6.0.ebuild
deleted file mode 100644
index e261a7540..000000000
--- a/dev-python/dandischema/dandischema-0.6.0.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_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Schemata for DANDI archive project"
-HOMEPAGE="https://github.com/dandi/dandischema"
-SRC_URI="https://github.com/dandi/dandischema/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
-}
diff --git a/dev-python/dandischema/files/dandischema-0.3.4-coverage.patch b/dev-python/dandischema/files/dandischema-0.3.4-coverage.patch
deleted file mode 100644
index a9c7b6c2b..000000000
--- a/dev-python/dandischema/files/dandischema-0.3.4-coverage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tox.ini 2021-09-22 19:31:20.534576095 -0400
-+++ b/tox.ini 2021-09-26 16:11:30.080164191 -0400
-@@ -17,7 +17,7 @@
- flake8 --config=setup.cfg {posargs} dandischema setup.py
-
- [pytest]
--addopts = --cov=dandischema --tb=short --durations=10
-+addopts = --tb=short --durations=10
- filterwarnings = error
-
- [coverage:run]
diff --git a/dev-python/dandischema/files/dandischema-0.3.4-versioningit.patch b/dev-python/dandischema/files/dandischema-0.3.4-versioningit.patch
deleted file mode 100644
index 589091756..000000000
--- a/dev-python/dandischema/files/dandischema-0.3.4-versioningit.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py 2021-09-22 19:31:20.533576086 -0400
-+++ b/setup.py 2021-09-23 07:42:02.856983656 -0400
-@@ -21,7 +21,7 @@
-
- # Give setuptools a hint to complain if it's too old a version
- # Should match pyproject.toml
--SETUP_REQUIRES = ["setuptools >= 42.0.0", "versioningit ~= 0.1.0"]
-+SETUP_REQUIRES = ["setuptools >= 42.0.0"]
- # This enables setuptools to install wheel on-the-fly
- SETUP_REQUIRES += ["wheel"] if "bdist_wheel" in sys.argv else []
diff --git a/dev-python/dandischema/metadata.xml b/dev-python/dandischema/metadata.xml
deleted file mode 100644
index eb1e64a4f..000000000
--- a/dev-python/dandischema/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@chymera.eu</email>
- <name>Horea Christian</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- A Python library for maintaining and managing DANDI metadata schemata.
- The library helps create and validate DANDI schema-compliant metadata
- for Dandisets and assets. Every Dandiset and associated asset has a
- metadata object that can be retrieved using the DANDI API. This
- library uses Pydantic to implement all the metadata classes. Schemas
- are generated on schema modifications and placed into this repository.
- Dandischema generates JSON schema definitions and also an associated
- context.json file for JSON-LD compliance of the metadata models.
- </longdescription>
- <upstream>
- <remote-id type="github">dandi/dandischema</remote-id>
- <remote-id type="pypi">dandischema</remote-id>
- </upstream>
-</pkgmetadata>