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/asteval/
Date: Fri,  2 Aug 2024 04:50:46 +0000 (UTC)	[thread overview]
Message-ID: <1722574232.005142f7b6202a0afbfc6f4899b46f5efe0ddcc9.mgorny@gentoo> (raw)

commit:     005142f7b6202a0afbfc6f4899b46f5efe0ddcc9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 04:36:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 04:50:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005142f7

dev-python/asteval: Remove old

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

 dev-python/asteval/Manifest              |  2 --
 dev-python/asteval/asteval-0.9.33.ebuild | 36 --------------------------------
 dev-python/asteval/asteval-1.0.0.ebuild  | 36 --------------------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 7f7bb9218f83..4d68fd9ba446 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1,3 +1 @@
-DIST asteval-0.9.33.gh.tar.gz 54562 BLAKE2B d9745db2625da974ab51fe01150caf314772a92774c9cc5cb656811edfc80754e1708a296df461812dae949a208f3afd8acd0dff55612ab6d470f03c7035a6dc SHA512 fe817a5f8f208a06f1bf9521ccdda852ecb21cb8a15e2496c9acbc16a2260cd363205d02d34b2296d76a21755a5470d999448ee788dfec4d66ac8f0062d5c40d
-DIST asteval-1.0.0.gh.tar.gz 45214 BLAKE2B 8379f6b5e09f12a3a38edb6970689c8eec52f06cf09c54a4982f9af614d64ea20cfdf544a3a54d5156390c2f0938d57637eab86ba0f9b8a67511ee06fe3e9f9a SHA512 f88a4484528c36a5406ac58fad1cde9f06d73cdf841347ca2fdbfe38ce42d6a502bbd3c843321dbe224fe57982cec535cee81cc2de9bda4f9b68fd2276a0c99d
 DIST asteval-1.0.1.gh.tar.gz 45620 BLAKE2B ffa428e7a8c1ad13cef9872daddf50bf64816685c771832b5d61acfcd573d18f0ddf6212e2483deb67852d8f618c9dcce6687b38d3448dc374f1d373970d7b24 SHA512 f2af1f501446a62608e996f5633ab6f772c69c5177cac3ee255d79262728ce305d2a75402fdb1c34519ba67efbb4f261c3a959d7333adcaf819ac22e3d56709e

diff --git a/dev-python/asteval/asteval-0.9.33.ebuild b/dev-python/asteval/asteval-0.9.33.ebuild
deleted file mode 100644
index 5162e3ac4666..000000000000
--- a/dev-python/asteval/asteval-0.9.33.ebuild
+++ /dev/null
@@ -1,36 +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..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Evaluator of Python expression using ast module"
-HOMEPAGE="
-	https://lmfit.github.io/asteval/
-	https://github.com/lmfit/asteval/
-	https://pypi.org/project/asteval/
-"
-SRC_URI="
-	https://github.com/lmfit/asteval/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	epytest -o addopts=
-}

diff --git a/dev-python/asteval/asteval-1.0.0.ebuild b/dev-python/asteval/asteval-1.0.0.ebuild
deleted file mode 100644
index 5162e3ac4666..000000000000
--- a/dev-python/asteval/asteval-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +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..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Evaluator of Python expression using ast module"
-HOMEPAGE="
-	https://lmfit.github.io/asteval/
-	https://github.com/lmfit/asteval/
-	https://pypi.org/project/asteval/
-"
-SRC_URI="
-	https://github.com/lmfit/asteval/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	epytest -o addopts=
-}


             reply	other threads:[~2024-08-02  4:50 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-02  4:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-20  5:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/ Michał Górny
2024-09-30  4:04 Michał Górny
2024-09-30  4:04 Michał Górny
2024-09-15  2:22 Michał Górny
2024-09-13 13:47 Michał Górny
2024-09-13 13:47 Michał Górny
2024-08-02  4:50 Michał Górny
2024-07-12  2:33 Michał Górny
2024-07-05 18:03 Pacho Ramos
2024-07-02  6:58 Michał Górny
2024-07-02  6:58 Michał Górny
2024-05-24  4:03 Michał Górny
2024-05-17 14:31 Michał Górny
2024-05-17 14:26 Michał Górny
2024-03-04  6:31 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-17  7:34 Michał Górny
2023-06-19  4:58 Michał Górny
2023-06-19  4:58 Michał Górny
2023-02-12  4:43 Michał Górny
2023-02-12  4:43 Michał Górny
2022-11-14  4:34 Michał Górny
2022-11-08  5:55 Michał Górny
2022-06-16  8:04 Michał Górny
2022-05-25  7:12 Michał Górny
2022-05-18 10:47 Andrew Ammerlaan
2022-05-16 12:55 Michał Górny
2022-01-16 18:05 Arthur Zamarin
2021-07-08 12:34 Pacho Ramos
2021-06-22 16:25 Pacho Ramos
2021-06-22  5:54 Michał Górny
2021-02-27  8:09 Michał Górny
2021-02-14 14:58 Pacho Ramos
2021-02-12  9:09 Michał Górny
2021-02-12  9:09 Michał Górny
2021-01-22 21:56 Pacho Ramos
2021-01-22 21:56 Pacho Ramos
2020-06-07 10:45 Pacho Ramos

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=1722574232.005142f7b6202a0afbfc6f4899b46f5efe0ddcc9.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