public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/schema/
@ 2021-07-18  8:35 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-07-18  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cfc168951fee6da3b27c2ea9e15ad4a541774df0
Author:     leycec <leycec <AT> gmail <DOT> com>
AuthorDate: Fri Jul 16 07:11:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 08:34:40 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfc16895

dev-python/schema: add

add schema, a mandatory dependency of CadQuery pywrap

Signed-off-by: Cecil Curry <leycec <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1098
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/schema/metadata.xml        | 13 +++++++++++++
 dev-python/schema/schema-0.7.4.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
new file mode 100644
index 000000000..440ea4da1
--- /dev/null
+++ b/dev-python/schema/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="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">schema</remote-id>
+		<remote-id type="github">keleshev/schema</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/schema/schema-0.7.4.ebuild b/dev-python/schema/schema-0.7.4.ebuild
new file mode 100644
index 000000000..05e8712bb
--- /dev/null
+++ b/dev-python/schema/schema-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Schema validation just got Pythonic"
+HOMEPAGE="https://pypi.org/project/schema"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	# Prevent schema from unconditionally requiring the last-rited contextlib2,
+	# which schema actually conditionally requires only under EOL Python 2.x.
+	sed -i -e '/\binstall_requires=/d' setup.py || die
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/schema/
@ 2023-05-22 13:26 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     cb79703a7d74b266c7c4b15d964ef4ed0c707e33
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:23:23 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:23:23 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb79703a

dev-python/schema: update HOMEPAGE, SRC_URI

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/schema/schema-0.7.4.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/schema/schema-0.7.4.ebuild b/dev-python/schema/schema-0.7.4.ebuild
index d8c8b0c2a..faa082e58 100644
--- a/dev-python/schema/schema-0.7.4.ebuild
+++ b/dev-python/schema/schema-0.7.4.ebuild
@@ -4,12 +4,10 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_10 pypy3 )
-
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Schema validation just got Pythonic"
-HOMEPAGE="https://pypi.org/project/schema"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="https://pypi.org/project/schema/"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/schema/
@ 2024-03-08 16:36 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-03-08 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8dada7f9fe93d4e46879d6855e3c97f9d8f6dcfe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 16:36:04 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 16:36:04 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8dada7f9

dev-python/schema: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/schema/metadata.xml        | 13 -------------
 dev-python/schema/schema-0.7.4.ebuild | 26 --------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
deleted file mode 100644
index 440ea4da1..000000000
--- a/dev-python/schema/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<stabilize-allarches/>
-	<upstream>
-		<remote-id type="pypi">schema</remote-id>
-		<remote-id type="github">keleshev/schema</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/schema/schema-0.7.4.ebuild b/dev-python/schema/schema-0.7.4.ebuild
deleted file mode 100644
index faa082e58..000000000
--- a/dev-python/schema/schema-0.7.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Schema validation just got Pythonic"
-HOMEPAGE="https://pypi.org/project/schema/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	# Prevent schema from unconditionally requiring the last-rited contextlib2,
-	# which schema actually conditionally requires only under EOL Python 2.x.
-	sed -i -e '/\binstall_requires=/d' setup.py || die
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-08 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-18  8:35 [gentoo-commits] proj/sci:master commit in: dev-python/schema/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:26 Andrew Ammerlaan
2024-03-08 16:36 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox