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/simpleeval/
Date: Sat, 16 Nov 2024 09:02:18 +0000 (UTC)	[thread overview]
Message-ID: <1731747730.bd16c7174ee37614d09d922c74de2b95b1e9ac0a.mgorny@gentoo> (raw)

commit:     bd16c7174ee37614d09d922c74de2b95b1e9ac0a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 08:59:42 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 09:02:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd16c717

dev-python/simpleeval: Remove old

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

 dev-python/simpleeval/Manifest                |  2 --
 dev-python/simpleeval/simpleeval-1.0.0.ebuild | 21 --------------------
 dev-python/simpleeval/simpleeval-1.0.1.ebuild | 28 ---------------------------
 3 files changed, 51 deletions(-)

diff --git a/dev-python/simpleeval/Manifest b/dev-python/simpleeval/Manifest
index f724d7793b49..487dd536ade1 100644
--- a/dev-python/simpleeval/Manifest
+++ b/dev-python/simpleeval/Manifest
@@ -1,4 +1,2 @@
-DIST simpleeval-1.0.0.tar.gz 25714 BLAKE2B 3527c3109fd77226c1103ebaac6fb5d03b9439b7e79b2b8386bd9ac9631bc0c1843d06e7a12843801294b84517bd2fc32ce607cc6f99dacf6c827e57d1717e6e SHA512 b5310dfac1ba231e47e86ff6dc8b3c814210f3f14724a0da12f429133354a46f60f980fd29ef66c675c52cd668f2f18c74a6b805192972e821d8331817f44c83
-DIST simpleeval-1.0.1.tar.gz 24395 BLAKE2B f5ac188a6797135e79ce6d1cdc5a57987666c6670ce335d7dec68df05c6793f857fb100c087d0f228103ac74f38e41054ad8dbcf4bfc895e47c11faaf965990d SHA512 ba5202f505da411378f97b516070c6f4c456d58467ecbdfd98e611a63c77fe4382a456a9551dee00d8b22cc9dd9d8cddf57e379fac968c27db075cbfc84d8dd2
 DIST simpleeval-1.0.2.tar.gz 24378 BLAKE2B 1e4e6224c249fb13d3d39dd29d3d82356aecdcdab64336656650606b53c0d24d4bf66bf7a09b763cb647068594453d19243abfeb241928db6e0c3998803fc287 SHA512 480ba3f4ab50c10c0dceb9a552603ba90791fd34f3ecbd737fe10eafb5c60d0f5cec9ef44b8bd8ba62bbebad9bcf89117078800716ed2e26d7e0455fe681a0e4
 DIST simpleeval-1.0.3.tar.gz 24358 BLAKE2B aa073d0e6776b3943240c7054736097f2695933f9590d085dadc442e7541f47386f5894aef9709bdacbe857cae850aa8faa421b75539b8c48054c2e57696be1d SHA512 e5dbfe40c48afcc75c0d2bae00f8fd5e33f56052a0f4671ae89cb1d072e218190af3115acf6bfbecbeae8c9a4b39cb75adac9071d44e3c851a9ad31c89c26139

diff --git a/dev-python/simpleeval/simpleeval-1.0.0.ebuild b/dev-python/simpleeval/simpleeval-1.0.0.ebuild
deleted file mode 100644
index 9c96538a7655..000000000000
--- a/dev-python/simpleeval/simpleeval-1.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 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="A simple, safe single expression evaluator library"
-HOMEPAGE="
-	https://github.com/danthedeckie/simpleeval/
-	https://pypi.org/project/simpleeval/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-distutils_enable_tests unittest

diff --git a/dev-python/simpleeval/simpleeval-1.0.1.ebuild b/dev-python/simpleeval/simpleeval-1.0.1.ebuild
deleted file mode 100644
index bc45d62a0add..000000000000
--- a/dev-python/simpleeval/simpleeval-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A simple, safe single expression evaluator library"
-HOMEPAGE="
-	https://github.com/danthedeckie/simpleeval/
-	https://pypi.org/project/simpleeval/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	# https://github.com/danthedeckie/simpleeval/issues/155
-	sed -i -e '/pip/d' pyproject.toml || die
-}


             reply	other threads:[~2024-11-16  9:02 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16  9:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 10:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/simpleeval/ Michał Górny
2024-11-23  9:52 Sam James
2024-11-16  8:38 Arthur Zamarin
2024-11-03  3:52 Michał Górny
2024-10-31 15:50 Michał Górny
2024-10-28 18:15 Michał Górny
2024-10-28 18:15 Michał Górny
2024-10-26 13:13 Michał Górny
2024-10-26 13:10 Michał Górny
2024-10-06  2:30 Michał Górny
2023-11-24 15:24 Arthur Zamarin
2023-11-23 18:55 Michał Górny
2023-06-09  7:46 Arthur Zamarin
2023-03-24 19:48 Michał Górny
2023-03-24 19:43 Arthur Zamarin
2023-02-17 18:51 Michał Górny
2022-09-18 13:53 Michał Górny
2022-02-17 21:52 Michał Górny
2022-02-17 21:08 Arthur Zamarin
2022-01-15 20:51 Arthur Zamarin
2021-11-27 20:14 Michał Górny
2021-11-27  6:33 Arthur Zamarin
2021-10-23  6:01 Michał Górny
2021-10-23  6:01 Michał Górny
2021-09-11  6:55 Arthur Zamarin
2021-06-05 18:20 Michał Górny
2021-03-06  9:34 Cédric Krier
2020-07-12 16:57 Michał Górny
2020-07-11  8:39 Michał Górny
2020-07-11  8:39 Michał Górny
2019-12-24  8:08 Agostino Sarubbo
2019-12-23 14:03 Agostino Sarubbo
2019-12-21 15:55 Cédric Krier
2018-10-27  7:49 Cédric Krier
2017-03-11 20:21 Cédric Krier
2017-01-24 23:18 Cédric Krier
2016-11-09 12:49 Cédric Krier
2016-08-06 14:23 Cédric Krier
2016-08-06 10:56 Pacho Ramos
2015-10-10 15:30 Cédric Krier
2015-09-11  7:53 Justin Lecher

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=1731747730.bd16c7174ee37614d09d922c74de2b95b1e9ac0a.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