public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/
Date: Thu, 12 Dec 2019 11:43:04 +0000 (UTC)	[thread overview]
Message-ID: <1576150969.1ced83a3686f8bfa664f787de8b15da73e710be0.soap@gentoo> (raw)

commit:     1ced83a3686f8bfa664f787de8b15da73e710be0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 11:42:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 11:42:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ced83a3

dev-python/markups: Remove dead impls

* py2.7 is not needed anymore
* pypy is broken under tests, and also not needed

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/markups/markups-3.0.0.ebuild | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-python/markups/markups-3.0.0.ebuild b/dev-python/markups/markups-3.0.0.ebuild
index 6d1a629ed5e..9795d43f9fd 100644
--- a/dev-python/markups/markups-3.0.0.ebuild
+++ b/dev-python/markups/markups-3.0.0.ebuild
@@ -3,40 +3,36 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
-MY_PN="Markups"
-MY_P=${MY_PN}-${PV}
+MY_P=${P^}
 
 DESCRIPTION="A wrapper around various text markups"
 HOMEPAGE="
 	https://pymarkups.readthedocs.io/en/latest/
 	https://github.com/retext-project/pymarkups
 	https://pypi.org/project/Markups/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_P}"
 
 RDEPEND="
 	dev-python/markdown[${PYTHON_USEDEP}]
 	dev-python/python-markdown-math[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	test? (
 		app-text/pytextile[${PYTHON_USEDEP}]
 		dev-python/docutils[${PYTHON_USEDEP}]
 	)
 "
 
-python_test() {
-	${EPYTHON} -m unittest discover -s tests -v || die
-}
+distutils_enable_tests unittest
+
+S="${WORKDIR}/${MY_P}"


             reply	other threads:[~2019-12-12 11:43 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 11:43 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/ Michał Górny
2024-12-28  9:39 Arthur Zamarin
2024-12-09  5:45 Michał Górny
2024-06-18 11:50 Petr Vaněk
2023-11-24 16:43 Arthur Zamarin
2023-11-23 20:11 Michał Górny
2023-06-06 16:12 Michał Górny
2023-03-11 17:12 Michał Górny
2023-03-11 17:06 Sam James
2023-02-28 17:31 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-05  5:16 Michał Górny
2023-01-17  5:08 Michał Górny
2021-12-22 19:40 Michał Górny
2021-12-22 19:33 Jakov Smolić
2021-11-21 22:20 Michał Górny
2021-10-16  6:02 Michał Górny
2021-10-15 23:15 Sam James
2021-09-09 15:51 Arthur Zamarin
2021-09-09 15:51 Arthur Zamarin
2021-09-06 20:13 Michał Górny
2021-07-19  7:47 Joonas Niilola
2021-07-16  6:12 Michał Górny
2021-07-15 21:33 Sam James
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-07  8:30 Michał Górny
2021-03-05 21:50 Michał Górny
2021-02-01  8:50 Michał Górny
2020-09-18 15:56 Michał Górny
2020-08-30  1:32 Thomas Deutschmann
2020-08-22  5:43 Agostino Sarubbo
2020-07-15  8:06 Joonas Niilola
2020-07-15  8:06 Joonas Niilola
2019-12-12 11:43 David Seifert
2019-12-12 10:59 Agostino Sarubbo
2019-12-10  9:16 Agostino Sarubbo
2018-11-22 20:25 Michał Górny
2018-04-29  7:35 Michał Górny
2018-01-05  9:36 Michał Górny
2017-05-11 13:08 Manuel Rüger
2017-05-03  6:35 Michał Górny
2017-05-03  6:15 Michał Górny
2016-09-04 22:05 Manuel Rüger
2016-09-04 22:05 Manuel Rüger
2015-12-24  9:24 Justin Lecher
2015-12-13 20:14 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=1576150969.1ced83a3686f8bfa664f787de8b15da73e710be0.soap@gentoo \
    --to=soap@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