public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simpleeval/
Date: Sat, 27 Oct 2018 07:49:15 +0000 (UTC)	[thread overview]
Message-ID: <1540626530.9b37e638fa03e497d73047adcbf848347ce95e56.cedk@gentoo> (raw)

commit:     9b37e638fa03e497d73047adcbf848347ce95e56
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 07:48:50 2018 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 07:48:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b37e638

dev-python/simpleeval: Version bumps, remove old and migrate to EAPI 7

Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/simpleeval/Manifest                     |  4 +---
 dev-python/simpleeval/simpleeval-0.9.3.ebuild      | 26 ----------------------
 dev-python/simpleeval/simpleeval-0.9.5.ebuild      | 26 ----------------------
 ...leeval-0.8.7.ebuild => simpleeval-0.9.8.ebuild} |  6 ++---
 4 files changed, 4 insertions(+), 58 deletions(-)

diff --git a/dev-python/simpleeval/Manifest b/dev-python/simpleeval/Manifest
index 969be19a91a..caadde6cf97 100644
--- a/dev-python/simpleeval/Manifest
+++ b/dev-python/simpleeval/Manifest
@@ -1,3 +1 @@
-DIST simpleeval-0.8.7.tar.gz 11654 BLAKE2B cc61dfa8aa069aad9985c69cf5838c4fecd44856e117c34e80a8209bf5b34ac81d7b4dcfb395cff88d385236086f1b0ce5e34ba3ab3ce04bbaa9ce7c89a32567 SHA512 7fef73e3b4d62e24048be164f156f19cfd844116fb9603ac88753b216b984f873babb351216ec6f96e29009fadcebd9c81f7e49f6577197c098e4f10ba2116a1
-DIST simpleeval-0.9.3.tar.gz 14582 BLAKE2B 9726e07abf14327701499b7486d19cf7246d9b3a5ddf172059943a0375d3977872b6ef803a2c189f44c9af62900db5ae3392ad57c452e86bfeb0abbe0944cbb7 SHA512 8f9dc5076da57e40388e3e247028cea7db7328c10d88047d68b36e86383209abd7c63e64fa0d64901f82dc4274825700ca7caeb0546e56a1a3a584237d7f8f1d
-DIST simpleeval-0.9.5.tar.gz 16893 BLAKE2B 407212c85f5292cd0085e64a03d680215bb5966caf2415b145c5bfe44863af28656dbbca3d25001d53c3b04421dabb06f82bd419d8f43acca8af7c903d0d7162 SHA512 27e50b3927fa45045cd9d40bcc1959d0d456aacb5c080b490d305cef1a5785889cb151512f2eeace6ffebffa69d155b3495f3e16dbaad244d16d7486a3a1708f
+DIST simpleeval-0.9.8.tar.gz 24554 BLAKE2B 92adb2de03e2e70be99adef625de54c02c39305475f8df4517862c9a2726ef5c36e3e411f6cd1b4e47d57ed20ce66b3fc55ef402e705c4f3d49b8b2389919e18 SHA512 3aedb78571442283bc7b2bd1754dcc2197f81b264c6e629acdd8307a0adb7a4f06e084bb121caa0c36711153253b884942cb5c50614afb58e0e895247f8c20aa

diff --git a/dev-python/simpleeval/simpleeval-0.9.3.ebuild b/dev-python/simpleeval/simpleeval-0.9.3.ebuild
deleted file mode 100644
index 88f0269569a..00000000000
--- a/dev-python/simpleeval/simpleeval-0.9.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, safe single expression evaluator library"
-HOMEPAGE="https://github.com/danthedeckie/simpleeval"
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS="README.rst"
-
-python_test() {
-	esetup.py test
-}

diff --git a/dev-python/simpleeval/simpleeval-0.9.5.ebuild b/dev-python/simpleeval/simpleeval-0.9.5.ebuild
deleted file mode 100644
index dacb7bcd0b1..00000000000
--- a/dev-python/simpleeval/simpleeval-0.9.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, safe single expression evaluator library"
-HOMEPAGE="https://github.com/danthedeckie/simpleeval"
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS="README.rst"
-
-python_test() {
-	esetup.py test
-}

diff --git a/dev-python/simpleeval/simpleeval-0.8.7.ebuild b/dev-python/simpleeval/simpleeval-0.9.8.ebuild
similarity index 82%
rename from dev-python/simpleeval/simpleeval-0.8.7.ebuild
rename to dev-python/simpleeval/simpleeval-0.9.8.ebuild
index f9ef468ee78..a47c510b426 100644
--- a/dev-python/simpleeval/simpleeval-0.8.7.ebuild
+++ b/dev-python/simpleeval/simpleeval-0.9.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 


             reply	other threads:[~2018-10-27  7:49 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-27  7:49 Cédric Krier [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  9:02 Michał Górny
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
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=1540626530.9b37e638fa03e497d73047adcbf848347ce95e56.cedk@gentoo \
    --to=cedk@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