From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/referencing/
Date: Mon, 24 Jul 2023 11:33:34 +0000 (UTC) [thread overview]
Message-ID: <1690198408.0b8e7cbb8f2ded8e0c7f3015fc90eab241a91742.mgorny@gentoo> (raw)
commit: 0b8e7cbb8f2ded8e0c7f3015fc90eab241a91742
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:19:53 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:33:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8e7cbb
dev-python/referencing: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/referencing/Manifest | 3 --
dev-python/referencing/referencing-0.29.0.ebuild | 46 ------------------------
dev-python/referencing/referencing-0.29.1.ebuild | 46 ------------------------
3 files changed, 95 deletions(-)
diff --git a/dev-python/referencing/Manifest b/dev-python/referencing/Manifest
index 8128270af89b..e727fdc1e023 100644
--- a/dev-python/referencing/Manifest
+++ b/dev-python/referencing/Manifest
@@ -1,5 +1,2 @@
-DIST referencing-0.29.0.tar.gz 34963 BLAKE2B 88fa71124eeb8dd83b62e4f42299acaa55af33265dd474594efb7f71d522b276e8ed0a12dfa5822c9cc1c42acc0fd21d74400ef866c127bbdab85f9d03bfee96 SHA512 69b20b89e65fa58524aeb1bd38305edefcf61d65f785a090b21bcbd48524be45ae39dd7e3d70f403948b27fdb7e43660b7bd2a438ad26f397f5ca2021dd087e2
-DIST referencing-0.29.1.tar.gz 35024 BLAKE2B 459e0ae857e8fd47075c264abff09fb7eec329dfa9a374e88123f5b6317ccc829c671be9ca2d6e687ae6ec39e3f632b01d982cf62be8c552a62a9a7cf92fd56a SHA512 a5991eea73bd0d3bccfdda60f6b56bb9856abd60d3f70d7952da38693c086b1ba7ff72b67bbec641ac1b88e2512d648243796587f1cc69c00a33ff73a84994f4
DIST referencing-0.30.0.tar.gz 35259 BLAKE2B fe26f83ae6752b35976627c9584980c9f5ee094ce7340ff1724039f641492a6d52eb8031b733256d5a91976a8e6cc545f2e8ae05aa8df3978dc9199117ef2dc2 SHA512 afc709140706f37a6baad5e2293fe3e7f4e214867020ac962e1ee1282777d4e6864037d6d545a0429dd11fd1eb2f91b633192cb0752f4ad4b8d138897ba2a573
DIST referencing-suite-6e126a9fc8f243c4948feb11a7b66efda9d71098.gh.tar.gz 18291 BLAKE2B 89b1ca81ad66b4f89dae37d39cd3d0953ce3cea540d736fa81abff87ad199a5e9e6860c24efbc609c24feb4892331791d6adafeb4fa3c9acea564aff84ee5443 SHA512 5aed034c66c711e9b89280ea1adf08af9aad3d381376f29c4d7a33d69658190d742b51e1b42aef0ec6dd7c8ddbadc3f2c7b09c697f4267fc072a97d750ce5772
-DIST referencing-suite-f6fa54deec2ba3ae7326e6c292b2d7c4c20e9eb4.gh.tar.gz 18311 BLAKE2B 69f6a3059842f6ff3438760240126a2033d5287ba6daaff5f9d72e7eee8eb8ac3c72fb0be92c5daf33bf06a54621332c7042e6c8cf11ddbd328e347c9315e224 SHA512 9a7a9c9f8f75391a1589751a83ba5c8153ac41de20ecb2f02fc230ec94b313619bdcf58c5aab580f7825555df68a6d5626b77a92b958b77ebf1fdc16a0b87dd0
diff --git a/dev-python/referencing/referencing-0.29.0.ebuild b/dev-python/referencing/referencing-0.29.0.ebuild
deleted file mode 100644
index 94196ba1c444..000000000000
--- a/dev-python/referencing/referencing-0.29.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-SUITE_COMMIT=f6fa54deec2ba3ae7326e6c292b2d7c4c20e9eb4
-SUITE_P=referencing-suite-${SUITE_COMMIT}
-
-DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
-HOMEPAGE="
- https://github.com/python-jsonschema/referencing/
- https://pypi.org/project/referencing/
-"
-SRC_URI+="
- test? (
- https://github.com/python-jsonschema/referencing-suite/archive/${SUITE_COMMIT}.tar.gz
- -> ${SUITE_P}.gh.tar.gz
- )
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
- >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
- >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-subtests[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x REFERENCING_SUITE=${WORKDIR}/${SUITE_P}
- epytest
-}
diff --git a/dev-python/referencing/referencing-0.29.1.ebuild b/dev-python/referencing/referencing-0.29.1.ebuild
deleted file mode 100644
index 94561728ff63..000000000000
--- a/dev-python/referencing/referencing-0.29.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-SUITE_COMMIT=f6fa54deec2ba3ae7326e6c292b2d7c4c20e9eb4
-SUITE_P=referencing-suite-${SUITE_COMMIT}
-
-DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
-HOMEPAGE="
- https://github.com/python-jsonschema/referencing/
- https://pypi.org/project/referencing/
-"
-SRC_URI+="
- test? (
- https://github.com/python-jsonschema/referencing-suite/archive/${SUITE_COMMIT}.tar.gz
- -> ${SUITE_P}.gh.tar.gz
- )
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
- >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-subtests[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x REFERENCING_SUITE=${WORKDIR}/${SUITE_P}
- epytest
-}
next reply other threads:[~2023-07-24 11:33 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 11:33 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-14 6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/referencing/ Michał Górny
2025-05-12 10:02 Sam James
2025-05-02 9:29 Michał Górny
2025-02-16 14:33 Michał Górny
2025-02-15 9:53 Michał Górny
2025-02-15 8:04 Arthur Zamarin
2025-02-01 10:05 Michał Górny
2025-01-26 3:31 Michał Górny
2025-01-17 4:33 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-28 12:04 Michał Górny
2024-05-12 16:30 Michał Górny
2024-05-02 2:00 Michał Górny
2024-04-24 13:42 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 9:41 Arthur Zamarin
2024-03-17 3:31 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30 4:07 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:35 Arthur Zamarin
2024-01-06 6:45 Michał Górny
2023-12-24 5:59 Michał Górny
2023-12-15 12:40 Michał Górny
2023-12-15 11:33 Arthur Zamarin
2023-12-08 5:41 Michał Górny
2023-11-30 5:48 Michał Górny
2023-11-30 2:08 Sam James
2023-11-29 10:07 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-14 20:06 Michał Górny
2023-10-04 18:32 Arthur Zamarin
2023-10-03 21:44 Sam James
2023-09-17 11:29 Michał Górny
2023-09-17 5:15 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-16 22:58 Sam James
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:38 Arthur Zamarin
2023-08-05 19:35 Arthur Zamarin
2023-08-05 14:53 Michał Górny
2023-08-05 10:41 Michał Górny
2023-08-05 5:30 Michał Górny
2023-07-24 20:12 WANG Xuerui
2023-07-19 6:57 Michał Górny
2023-07-09 18:00 Arthur Zamarin
2023-07-07 3:36 Sam James
2023-07-07 3:15 Michał Górny
2023-06-13 9:04 Yixun Lan
2023-06-12 15:44 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1690198408.0b8e7cbb8f2ded8e0c7f3015fc90eab241a91742.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox