Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
Date: Thu, 19 May 2022 12:54:36
Message-Id: 1652964821.80890c15a4b9c68657c403e21dbe808e3f21c5fc.mgorny@gentoo
1 commit: 80890c15a4b9c68657c403e21dbe808e3f21c5fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:48:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:53:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80890c15
7
8 dev-python/smartypants: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/smartypants/smartypants-9999.ebuild | 31 --------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild
16 deleted file mode 100644
17 index c5c6b78000bf..000000000000
18 --- a/dev-python/smartypants/smartypants-9999.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_PEP517=setuptools
27 -PYTHON_COMPAT=( python3_{6..10} )
28 -
29 -MY_PN="${PN}.py"
30 -MY_P="${MY_PN}-${PV}"
31 -
32 -inherit distutils-r1
33 -
34 -DESCRIPTION="ASCII quote-dot-dash to HTML entity converter"
35 -HOMEPAGE="https://pypi.python.org/pypi/smartypants/"
36 -
37 -if [[ ${PV} = 9999* ]]; then
38 - EGIT_REPO_URI="https://github.com/leohemsted/smartypants.py.git"
39 - EGIT_BRANCH="master"
40 - inherit git-r3
41 -else
42 - SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
44 - S="${WORKDIR}/${MY_P}"
45 -fi
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -
50 -distutils_enable_sphinx docs
51 -distutils_enable_tests setup.py