* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2016-07-06 11:21 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2016-07-06 11:21 UTC (permalink / raw
To: gentoo-commits
commit: dd40e012e16f581052aca2580300caeb1b1fb644
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 10:45:35 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 10:53:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd40e012
dev-python/schema: Add the schema library to the tree.
schema is a library for validating Python data structures, such as those
obtained from config-files, forms, external services or command-line parsing,
converted from JSON/YAML (or something else) to Python data-types.
Package-Manager: portage-2.2.28
dev-python/schema/Manifest | 1 +
dev-python/schema/metadata.xml | 8 ++++++++
dev-python/schema/schema-0.5.0.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
new file mode 100644
index 0000000..dd42dd6
--- /dev/null
+++ b/dev-python/schema/Manifest
@@ -0,0 +1 @@
+DIST schema-0.5.0.tar.gz 8765 SHA256 fa982e925cfe56ce036b5776aff6179621cae5994b9066d17a33143fd5ddf883 SHA512 8eab5f8dc8e544d14c19b9355ffe5f542dd06003133bcd3fc642f95cf1da8286a0146fae666ba656450d4b564da6f0933b9d64ae54e88202b4c5c5150ffbc033 WHIRLPOOL eb73ab0b399bb123a109721f14f2283c5e7b1ed08d55ba7cc04ccece4b745979515cd5d1913e3f099738fdb64e83f5202ebbfacaed523cd0828245de62fac771
diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
new file mode 100644
index 0000000..e24dd86
--- /dev/null
+++ b/dev-python/schema/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/schema/schema-0.5.0.ebuild b/dev-python/schema/schema-0.5.0.ebuild
new file mode 100644
index 0000000..80c1118
--- /dev/null
+++ b/dev-python/schema/schema-0.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for validating Python data structures"
+HOMEPAGE="https://pypi.python.org/pypi/schema https://github.com/keleshev/schema"
+SRC_URI="
+ mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+ https://github.com/keleshev/schema/archive/v${PV}.zip -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2017-05-15 12:34 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2017-05-15 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 5cf0a4aae536fe4c6c3dce2c3fdb4e648932a822
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 12:34:30 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 12:34:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf0a4aa
dev-python/schema: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/schema/schema-0.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/schema/schema-0.5.0.ebuild b/dev-python/schema/schema-0.5.0.ebuild
index 4739856cd4c..721b7e1e632 100644
--- a/dev-python/schema/schema-0.5.0.ebuild
+++ b/dev-python/schema/schema-0.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2017-05-19 21:54 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-05-19 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 9a7c17cc622213f79235fb14869e3a61b5bfef1c
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 22:00:08 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 19 21:54:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7c17cc
dev-python/schema: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/schema/Manifest | 1 +
dev-python/schema/schema-0.6.6.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
index dd42dd6b5f9..610bf484066 100644
--- a/dev-python/schema/Manifest
+++ b/dev-python/schema/Manifest
@@ -1 +1,2 @@
DIST schema-0.5.0.tar.gz 8765 SHA256 fa982e925cfe56ce036b5776aff6179621cae5994b9066d17a33143fd5ddf883 SHA512 8eab5f8dc8e544d14c19b9355ffe5f542dd06003133bcd3fc642f95cf1da8286a0146fae666ba656450d4b564da6f0933b9d64ae54e88202b4c5c5150ffbc033 WHIRLPOOL eb73ab0b399bb123a109721f14f2283c5e7b1ed08d55ba7cc04ccece4b745979515cd5d1913e3f099738fdb64e83f5202ebbfacaed523cd0828245de62fac771
+DIST schema-0.6.6.tar.gz 13490 SHA256 758b59ffc654d3794f6edd6e67db948f26164ddcd3cd7dde8bbeefc4934482d3 SHA512 1a0729b30eb3190396401f1d8b7976119e11acaf2e1902a05e5a8239337004bc0a416939f0b1212dbe16304bfb0c1e28051752c2a81bfd0f14899ef76a166bb6 WHIRLPOOL 8fe3ecd99f53aaf43bf071400d722b7f657faaf7d878cc79d0604741b4042fe750ba2152e00d48c57214c9b00d2f17d6d5f0af1856d747d0db9a0ca7d7384988
diff --git a/dev-python/schema/schema-0.6.6.ebuild b/dev-python/schema/schema-0.6.6.ebuild
new file mode 100644
index 00000000000..a85bb01f7f3
--- /dev/null
+++ b/dev-python/schema/schema-0.6.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for validating Python data structures"
+HOMEPAGE="https://pypi.python.org/pypi/schema https://github.com/keleshev/schema"
+SRC_URI="
+ mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+ https://github.com/keleshev/schema/archive/v${PV}.zip -> ${P}.tar.gz
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-02-24 14:40 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-02-24 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 278dae6ae08f53956d8cf4c75d26f600d74e76a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 14:22:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 14:39:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278dae6a
dev-python/schema: New package, v0.7.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/Manifest | 1 +
dev-python/schema/metadata.xml | 12 ++++++++++++
dev-python/schema/schema-0.7.5.ebuild | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
new file mode 100644
index 000000000000..49a96927b6b7
--- /dev/null
+++ b/dev-python/schema/Manifest
@@ -0,0 +1 @@
+DIST schema-0.7.5.tar.gz 48173 BLAKE2B 3d112ee1960c79a64ec2980cbd70403b6dbcafdeeb4f5826c427426aafd602691fd5ceab408edf88e50854a7d66306a73a4729c056a1ca7d1eaa4d0c725901a9 SHA512 10184a4d2a30600d5c6fe9fcde33925137825e811af691c40fee841f88e4a5106ef7e79be2a0ddddd0e0b74892bf889c3d2eff934a36dbca269cd7bf22748d39
diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
new file mode 100644
index 000000000000..44897a815387
--- /dev/null
+++ b/dev-python/schema/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">keleshev/schema</remote-id>
+ <remote-id type="pypi">schema</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
new file mode 100644
index 000000000000..61220e35ea2b
--- /dev/null
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple data validation library"
+HOMEPAGE="
+ https://github.com/keleshev/schema/
+ https://pypi.org/project/schema/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-02-24 15:12 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-02-24 15:12 UTC (permalink / raw
To: gentoo-commits
commit: bb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 15:04:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 15:04:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ac23c
dev-python/schema: Fix install_requires
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/{schema-0.7.5.ebuild => schema-0.7.5-r1.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5-r1.ebuild
similarity index 82%
rename from dev-python/schema/schema-0.7.5.ebuild
rename to dev-python/schema/schema-0.7.5-r1.ebuild
index 61220e35ea2b..8c9f00ff5075 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5-r1.ebuild
@@ -19,3 +19,9 @@ SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests pytest
+
+src_prepare() {
+ # py2 leftover
+ > requirements.txt || die
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-03-26 16:58 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-03-26 16:58 UTC (permalink / raw
To: gentoo-commits
commit: b38335c204a2c4d9570859b14c06ea9532f0e2e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 16:44:34 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 16:44:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38335c2
dev-python/schema: Bump to 0.7.6
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/Manifest | 1 +
dev-python/schema/schema-0.7.6.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
index 49a96927b6b7..4d3b4217267d 100644
--- a/dev-python/schema/Manifest
+++ b/dev-python/schema/Manifest
@@ -1 +1,2 @@
DIST schema-0.7.5.tar.gz 48173 BLAKE2B 3d112ee1960c79a64ec2980cbd70403b6dbcafdeeb4f5826c427426aafd602691fd5ceab408edf88e50854a7d66306a73a4729c056a1ca7d1eaa4d0c725901a9 SHA512 10184a4d2a30600d5c6fe9fcde33925137825e811af691c40fee841f88e4a5106ef7e79be2a0ddddd0e0b74892bf889c3d2eff934a36dbca269cd7bf22748d39
+DIST schema-0.7.6.tar.gz 43804 BLAKE2B d559a16e8d20bb1555fa53d335261ad4321f078e1f947c33ca0abd90202d2577242991ed26f7023ab5ce3112789078ba94afb27401e81c7815b9f643ce380cca SHA512 136ed3007f0aa82130301370eef154f7be59ee03363d8304a5d9b7ba51cae00674d066e7294d7ee4d078a552dca3dc4b95a05eee7cd64d920b59feccb7b2a5d2
diff --git a/dev-python/schema/schema-0.7.6.ebuild b/dev-python/schema/schema-0.7.6.ebuild
new file mode 100644
index 000000000000..8c9f00ff5075
--- /dev/null
+++ b/dev-python/schema/schema-0.7.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple data validation library"
+HOMEPAGE="
+ https://github.com/keleshev/schema/
+ https://pypi.org/project/schema/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # py2 leftover
+ > requirements.txt || die
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-04-02 11:22 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-04-02 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 4ed6c5efbafe33dcc5d35b8631c926b99a5a37b0
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 2 10:39:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 11:14:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed6c5ef
dev-python/schema: drop 0.7.6
This version was yanked upstream due to a serious bug
Closes: https://bugs.gentoo.org/928035
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36057
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/Manifest | 1 -
dev-python/schema/schema-0.7.6.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
index 4d3b4217267d..49a96927b6b7 100644
--- a/dev-python/schema/Manifest
+++ b/dev-python/schema/Manifest
@@ -1,2 +1 @@
DIST schema-0.7.5.tar.gz 48173 BLAKE2B 3d112ee1960c79a64ec2980cbd70403b6dbcafdeeb4f5826c427426aafd602691fd5ceab408edf88e50854a7d66306a73a4729c056a1ca7d1eaa4d0c725901a9 SHA512 10184a4d2a30600d5c6fe9fcde33925137825e811af691c40fee841f88e4a5106ef7e79be2a0ddddd0e0b74892bf889c3d2eff934a36dbca269cd7bf22748d39
-DIST schema-0.7.6.tar.gz 43804 BLAKE2B d559a16e8d20bb1555fa53d335261ad4321f078e1f947c33ca0abd90202d2577242991ed26f7023ab5ce3112789078ba94afb27401e81c7815b9f643ce380cca SHA512 136ed3007f0aa82130301370eef154f7be59ee03363d8304a5d9b7ba51cae00674d066e7294d7ee4d078a552dca3dc4b95a05eee7cd64d920b59feccb7b2a5d2
diff --git a/dev-python/schema/schema-0.7.6.ebuild b/dev-python/schema/schema-0.7.6.ebuild
deleted file mode 100644
index 8c9f00ff5075..000000000000
--- a/dev-python/schema/schema-0.7.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple data validation library"
-HOMEPAGE="
- https://github.com/keleshev/schema/
- https://pypi.org/project/schema/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # py2 leftover
- > requirements.txt || die
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-05-05 5:12 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-05-05 5:12 UTC (permalink / raw
To: gentoo-commits
commit: 9cd2ef47ba8c0a96928dd3e023ef184c45f75008
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 5 04:36:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 5 04:36:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd2ef47
dev-python/schema: Bump to 0.7.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/Manifest | 1 +
dev-python/schema/schema-0.7.7.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
index 49a96927b6b7..4fbd6daf3cef 100644
--- a/dev-python/schema/Manifest
+++ b/dev-python/schema/Manifest
@@ -1 +1,2 @@
DIST schema-0.7.5.tar.gz 48173 BLAKE2B 3d112ee1960c79a64ec2980cbd70403b6dbcafdeeb4f5826c427426aafd602691fd5ceab408edf88e50854a7d66306a73a4729c056a1ca7d1eaa4d0c725901a9 SHA512 10184a4d2a30600d5c6fe9fcde33925137825e811af691c40fee841f88e4a5106ef7e79be2a0ddddd0e0b74892bf889c3d2eff934a36dbca269cd7bf22748d39
+DIST schema-0.7.7.tar.gz 44245 BLAKE2B c984f5948b5f87eafe45cee42b927a61ea7b3fc1877474f189abf448f95be37d299720d1fe72b46d4a24760758c39818c966cef581df48fbf365b9754bcf7167 SHA512 9c811f5c4e87a123a5a1401b6e4b1ff5319f044458fa2b280740dbe78e76661ae868643f0c8a4b738161be6d8ad575401841a824df6664825a545aa0339815c2
diff --git a/dev-python/schema/schema-0.7.7.ebuild b/dev-python/schema/schema-0.7.7.ebuild
new file mode 100644
index 000000000000..61220e35ea2b
--- /dev/null
+++ b/dev-python/schema/schema-0.7.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple data validation library"
+HOMEPAGE="
+ https://github.com/keleshev/schema/
+ https://pypi.org/project/schema/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-05-18 9:29 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-05-18 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 94cc9e5c6d3794240f8cd84fa8f34fd3d8e11983
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:04:50 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 09:28:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cc9e5c
dev-python/schema: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/schema-0.7.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/schema/schema-0.7.7.ebuild b/dev-python/schema/schema-0.7.7.ebuild
index 61220e35ea2b..b36d2507555f 100644
--- a/dev-python/schema/schema-0.7.7.ebuild
+++ b/dev-python/schema/schema-0.7.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2024-05-18 9:29 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-05-18 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 3ee0d247ebf5b3e3496a960e669885f2355e97f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:24:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 09:29:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee0d247
dev-python/schema: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/Manifest | 1 -
dev-python/schema/schema-0.7.5-r1.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
index 4fbd6daf3cef..3d54fa8dfea0 100644
--- a/dev-python/schema/Manifest
+++ b/dev-python/schema/Manifest
@@ -1,2 +1 @@
-DIST schema-0.7.5.tar.gz 48173 BLAKE2B 3d112ee1960c79a64ec2980cbd70403b6dbcafdeeb4f5826c427426aafd602691fd5ceab408edf88e50854a7d66306a73a4729c056a1ca7d1eaa4d0c725901a9 SHA512 10184a4d2a30600d5c6fe9fcde33925137825e811af691c40fee841f88e4a5106ef7e79be2a0ddddd0e0b74892bf889c3d2eff934a36dbca269cd7bf22748d39
DIST schema-0.7.7.tar.gz 44245 BLAKE2B c984f5948b5f87eafe45cee42b927a61ea7b3fc1877474f189abf448f95be37d299720d1fe72b46d4a24760758c39818c966cef581df48fbf365b9754bcf7167 SHA512 9c811f5c4e87a123a5a1401b6e4b1ff5319f044458fa2b280740dbe78e76661ae868643f0c8a4b738161be6d8ad575401841a824df6664825a545aa0339815c2
diff --git a/dev-python/schema/schema-0.7.5-r1.ebuild b/dev-python/schema/schema-0.7.5-r1.ebuild
deleted file mode 100644
index 8c9f00ff5075..000000000000
--- a/dev-python/schema/schema-0.7.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple data validation library"
-HOMEPAGE="
- https://github.com/keleshev/schema/
- https://pypi.org/project/schema/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # py2 leftover
- > requirements.txt || die
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/
@ 2025-02-27 21:03 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2025-02-27 21:03 UTC (permalink / raw
To: gentoo-commits
commit: d1ed659d361400c1d357b0c55f35d78163b066c8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:27:09 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:01:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ed659d
dev-python/schema: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/schema-0.7.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/schema/schema-0.7.7.ebuild b/dev-python/schema/schema-0.7.7.ebuild
index b36d2507555f..4f12fa28572d 100644
--- a/dev-python/schema/schema-0.7.7.ebuild
+++ b/dev-python/schema/schema-0.7.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-02-27 21:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 11:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/schema/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:03 Michał Górny
2024-05-18 9:29 Michał Górny
2024-05-18 9:29 Michał Górny
2024-05-05 5:12 Michał Górny
2024-03-26 16:58 Michał Górny
2024-02-24 15:12 Michał Górny
2024-02-24 14:40 Michał Górny
2017-05-19 21:54 Patrice Clement
2017-05-15 12:34 Manuel Rüger
2016-07-06 11:21 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox