public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/
Date: Mon, 14 Nov 2022 04:39:22 +0000 (UTC)	[thread overview]
Message-ID: <1668400609.38df989b4b37c7572f5c12e6db613f587d89a44c.mgorny@gentoo> (raw)

commit:     38df989b4b37c7572f5c12e6db613f587d89a44c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:36:49 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:36:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38df989b

dev-python/jsonref: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jsonref/Manifest             |  3 ---
 dev-python/jsonref/jsonref-0.2.ebuild   | 26 --------------------------
 dev-python/jsonref/jsonref-0.3.0.ebuild | 29 -----------------------------
 dev-python/jsonref/jsonref-1.0.0.ebuild | 29 -----------------------------
 4 files changed, 87 deletions(-)

diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
index cf3dd8ec3a26..654d4e9d7109 100644
--- a/dev-python/jsonref/Manifest
+++ b/dev-python/jsonref/Manifest
@@ -1,4 +1 @@
-DIST jsonref-0.2.tar.gz 13032 BLAKE2B 0db36904f6914c889d608ac6a368cc8a80b0f81b6bf9f77bb229042c484084c6a06f31099440a48f49f5efea248e0e4f498269bdf89e240be8e149a0f221747d SHA512 415eaefcaf2c7a02bf70749522fef0d96f1e0cc5772edd50ca016a564258df21dd3eb178b7a33ee61e606125fb802a29b0cb8855a81c6116baf6393208927b0f
-DIST jsonref-0.3.0.gh.tar.gz 17143 BLAKE2B 69873c69e88059899fde3d1c6d335ae68f80b9524132a3aff6c1ed5c795679f612051a225e902abeb9c1c73357dafceedf24df432eb32ebfc45162c9bcc38b57 SHA512 af5c1fa910b2354b8da29772f1e67a498b1836a43771784240f72ec71e8d9bab83ed553dd0559311cabf19502fbe431f03663e728188b6c1b31e680f5e24bbfe
-DIST jsonref-1.0.0.gh.tar.gz 19814 BLAKE2B b380a0bf9a179ca61cd52ebb6ba37498ce19055f6e1e596ac3acf82f791277669dd760c0e6fe0b7e0ba25b8f5da4657e4e27e28a32a786686e341ed21e1c7bac SHA512 147c4ba90798fdcc0eba754e6cfb22665e2099038c0891b65353a6e68fa870eebcbce3e768beca53ee5d3535697e85eb8bdf62c7c160f2b50f6b81b2a184217d
 DIST jsonref-1.0.1.gh.tar.gz 20163 BLAKE2B c70dfc59059845cb7e3e6db2aaaf8f69b0030c124a2dc52ef5b11296e42d46635a7cb4608a276e093023c7450ca5bc342a6f112476cb6444df69d5a93cfcf306 SHA512 95602997cf4ed798ab8e55d38f0d81a5530ebd08546fd1f63bad6c8f4076d155d007317812f01f9bf6b2f15e30663bdf0a4e2cab96ebba87552ecb5c712364b9

diff --git a/dev-python/jsonref/jsonref-0.2.ebuild b/dev-python/jsonref/jsonref-0.2.ebuild
deleted file mode 100644
index 4afc569fb7c1..000000000000
--- a/dev-python/jsonref/jsonref-0.2.ebuild
+++ /dev/null
@@ -1,26 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of JSON Reference for Python"
-HOMEPAGE="
-	https://github.com/gazpachoking/jsonref/
-	https://pypi.org/project/jsonref/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest tests.py
-}

diff --git a/dev-python/jsonref/jsonref-0.3.0.ebuild b/dev-python/jsonref/jsonref-0.3.0.ebuild
deleted file mode 100644
index e69ac8248519..000000000000
--- a/dev-python/jsonref/jsonref-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of JSON Reference for Python"
-HOMEPAGE="
-	https://github.com/gazpachoking/jsonref/
-	https://pypi.org/project/jsonref/
-"
-SRC_URI="
-	https://github.com/gazpachoking/jsonref/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest tests.py
-}

diff --git a/dev-python/jsonref/jsonref-1.0.0.ebuild b/dev-python/jsonref/jsonref-1.0.0.ebuild
deleted file mode 100644
index e69ac8248519..000000000000
--- a/dev-python/jsonref/jsonref-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of JSON Reference for Python"
-HOMEPAGE="
-	https://github.com/gazpachoking/jsonref/
-	https://pypi.org/project/jsonref/
-"
-SRC_URI="
-	https://github.com/gazpachoking/jsonref/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest tests.py
-}


             reply	other threads:[~2022-11-14  4:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  4:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  5:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/ Michał Górny
2024-04-01  9:40 Michał Górny
2023-06-01 12:40 Michał Górny
2023-01-17  5:08 Michał Górny
2022-11-04  8:23 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-10-10  7:43 Arthur Zamarin
2022-06-12 18:28 Michał Górny
2022-05-16 13:20 Michał Górny
2022-04-25 12:11 Michał Górny
2022-04-11  7:57 Michał Górny
2022-01-29 15:43 Michał Górny
2021-06-05 14:17 Michał Górny
2020-04-26 10:17 Michał Górny
2020-02-05 15:29 Michał Górny
2019-09-15 12:18 Pacho Ramos
2017-05-16 11:10 Manuel Rüger
2016-08-10 17:18 Brian Dolbec
2016-08-09 23:52 Brian Dolbec

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=1668400609.38df989b4b37c7572f5c12e6db613f587d89a44c.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