From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/
Date: Thu, 16 Mar 2023 16:35:09 +0000 (UTC) [thread overview]
Message-ID: <1678984297.b820e5301d91bb04049face261eb01bfa73701c9.mgorny@gentoo> (raw)
commit: b820e5301d91bb04049face261eb01bfa73701c9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:31:37 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 16:31:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b820e530
dev-python/sexpdata: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sexpdata/Manifest | 2 --
dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild | 19 ------------------
dev-python/sexpdata/sexpdata-0.0.4.ebuild | 30 ----------------------------
3 files changed, 51 deletions(-)
diff --git a/dev-python/sexpdata/Manifest b/dev-python/sexpdata/Manifest
index a0d4e8a4a04a..f073d38fc5bb 100644
--- a/dev-python/sexpdata/Manifest
+++ b/dev-python/sexpdata/Manifest
@@ -1,3 +1 @@
-DIST sexpdata-0.0.3.tar.gz 13105 BLAKE2B 36c4082a63f6748759d71fc38a056ecb7467eafebf0a1a0b006fbef1302488f23a859462c9526dc365f7c88b8b6c331dc6e4892e1d96358abb44ca60a909d283 SHA512 03d4d1557bcc950124e408d6870894c8ee9e72a2ee83c881adf48f8e53bdf3744b4f3e3e133a74a195d236424b434cc690583a68d8395324ca4e84947e548501
-DIST sexpdata-0.0.4.gh.tar.gz 16489 BLAKE2B 56a8140fdc92c5802f4c4dc0b699c1492bc7c27aa5999f10a60c5da3ab1f0bcc8875c00ec30c7129064267d63fe21375818b19d0f554d5db5d77936c46c9dc2f SHA512 c3d542000f15ec2220bc5cbff07633ae690fdc676b71d447290f5e20f5930d84840c92cc5827d0dd848f63740ad8edec9583f98df11214a867b212282d5a7236
DIST sexpdata-1.0.0.gh.tar.gz 16540 BLAKE2B 6babe7b098d9e66bc9cbd6c8a8e91b8d9743ee93ca6745f626421ecab498fc70a02e16e5e3973b97b886feaf4042489f6903736c43f4264252122e1f190b9fc4 SHA512 1ef72d6441907ea3eae00b6d89344281930ac3ad82aee429fa45d2f876aef890019b0bae0241d1670d8f9842dd47a1be76d33dd510b38b09b904334a3924bb56
diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
deleted file mode 100644
index adb368e69234..000000000000
--- a/dev-python/sexpdata/sexpdata-0.0.3-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="https://github.com/jd-boyd/sexpdata"
-SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests nose
diff --git a/dev-python/sexpdata/sexpdata-0.0.4.ebuild b/dev-python/sexpdata/sexpdata-0.0.4.ebuild
deleted file mode 100644
index 641292ff7ba9..000000000000
--- a/dev-python/sexpdata/sexpdata-0.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="a simple S-expression parser/serializer"
-HOMEPAGE="
- https://github.com/jd-boyd/sexpdata/
- https://pypi.org/project/sexpdata/
-"
-SRC_URI="
- https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e 's:install_requires\.append.*:pass:' setup.py || die
- distutils-r1_src_prepare
-}
next reply other threads:[~2023-03-16 16:35 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-16 16:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 9:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/ Michał Górny
2024-01-10 4:42 Michał Górny
2023-07-24 11:34 Michał Górny
2023-06-07 5:09 Michał Górny
2023-06-07 5:09 Michał Górny
2023-05-20 9:15 Ulrich Müller
2023-03-04 5:48 Michał Górny
2023-02-10 13:02 Michał Górny
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2022-04-11 9:17 Michał Górny
2022-01-30 13:09 Michał Górny
2021-05-23 11:36 Michał Górny
2020-12-11 15:16 Michał Górny
2020-10-07 14:11 Brian Dolbec
2020-06-15 18:04 Sergei Trofimovich
2020-06-04 6:33 Matt Turner
2020-04-24 21:41 Brian Dolbec
2020-02-06 5:59 Michał Górny
2017-05-11 13:28 Manuel Rüger
2016-08-07 8:28 Pacho Ramos
2016-01-17 23:16 Jauhien Piatlicki
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=1678984297.b820e5301d91bb04049face261eb01bfa73701c9.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