* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/
@ 2022-08-29 22:51 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-08-29 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 243e1af5f22369b43b2afadd6b784a803329c056
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Aug 28 17:26:26 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Aug 29 22:49:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=243e1af5
dev-python/schema: new package, add 0.7.5
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-python/schema/Manifest | 1 +
dev-python/schema/schema-0.7.5.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
new file mode 100644
index 000000000..49a96927b
--- /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/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
new file mode 100644
index 000000000..507911b44
--- /dev/null
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to validate and convert data structures"
+HOMEPAGE="https://github.com/keleshev/schema"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/
@ 2022-12-05 23:00 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2022-12-05 23:00 UTC (permalink / raw
To: gentoo-commits
commit: b57186a852e388199b6d6e2fb652fa54b64ffe86
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 5 22:20:00 2022 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 5 22:20:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b57186a8
dev-python/schema: enable py3.11
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/schema/metadata.xml | 8 ++++++++
dev-python/schema/schema-0.7.5.ebuild | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /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="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
index 507911b44..ca5897364 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/
@ 2023-03-17 13:01 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 372c90657c82ead9ca15c9985929a3392c446480
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:22 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=372c9065
dev-python/schema: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/schema/schema-0.7.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
index 8d105b5c6..708abf112 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python module to validate and convert data structures"
HOMEPAGE="https://github.com/keleshev/schema"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/
@ 2023-08-17 12:32 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2023-08-17 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 1b0b1b2a90cdfab709f8f748729f47641515ff3f
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 17 12:31:12 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 17 12:31:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b0b1b2a
dev-python/schema: enable py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/schema/schema-0.7.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
index 2b0287877e..d3f5d29b06 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/
@ 2024-02-24 16:44 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-02-24 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 0211feeed7c71d8a8c1329fa2644db53152ef5a2
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 24 16:44:03 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 24 16:44:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0211feee
dev-python/schema: treeclean
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/schema/Manifest | 1 -
dev-python/schema/metadata.xml | 12 ------------
dev-python/schema/schema-0.7.5.ebuild | 17 -----------------
3 files changed, 30 deletions(-)
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
deleted file mode 100644
index 49a96927b6..0000000000
--- a/dev-python/schema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 7306bb95e1..0000000000
--- a/dev-python/schema/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>davidroman96@gmail.com</email>
- <name>David Roman</name>
- </maintainer>
- <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
deleted file mode 100644
index d3f5d29b06..0000000000
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2022 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 pypi
-
-DESCRIPTION="Python module to validate and convert data structures"
-HOMEPAGE="https://github.com/keleshev/schema"
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-24 16:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 12:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schema/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-02-24 16:44 Julien Roy
2023-03-17 13:01 Anna Vyalkova
2022-12-05 23:00 David Roman
2022-08-29 22:51 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox