From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/
Date: Thu, 26 Dec 2019 11:27:24 +0000 (UTC) [thread overview]
Message-ID: <1577359630.cc5c34d021129331a4e4046d3e6f2011a246c8db.mgorny@gentoo> (raw)
commit: cc5c34d021129331a4e4046d3e6f2011a246c8db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 11:10:19 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:27:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5c34d0
dev-python/docutils-glep: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/docutils-glep/Manifest | 2 -
.../docutils-glep/docutils-glep-0.4-r1.ebuild | 48 ----------------------
dev-python/docutils-glep/docutils-glep-1.1.ebuild | 26 ------------
3 files changed, 76 deletions(-)
diff --git a/dev-python/docutils-glep/Manifest b/dev-python/docutils-glep/Manifest
index fbe8c244fc7..3e57e49d0a3 100644
--- a/dev-python/docutils-glep/Manifest
+++ b/dev-python/docutils-glep/Manifest
@@ -1,3 +1 @@
-DIST docutils_glep-1.1.tar.gz 6753 BLAKE2B 93e7fa03e6e5b4f7d7d338b04d906eac630d2a8e179af14c0c3f0d5f9926cc3705dcec84d2b9b2b7b3854bf9de178256ad2c4ef4bc567c6ba0d95d2abc32b8ac SHA512 7b06cbc7bf7a7f9002e1d61fbbafdb7ee6fa804145e7ce7edc547384f22cac8f9a9072bc137e201ab08a49eedb5e4f2ea8a1f02bd806d7d01525bdedece4afb8
DIST docutils_glep-1.2.tar.gz 6771 BLAKE2B ecb17f69dd2edb12d81ea1bf90789564e86b921125c20913134500dd53ae04b0962141183cbcb9bd17af904196ead2228e4c80a6e256576b715ae6323afadc30 SHA512 696412447120893c198dcd9f13e042d20b35465e83ef8b488ee2f1c184b5fd3928ddbf10ed4e78886c4c72dfe1f9fa46c1f75c7997990afcc04353b5d59ebf9f
-DIST glep-0.4-r1.tbz2 4667 BLAKE2B 34041a972c1edae500d973a2002719a3208c84e042bad231746f83cde99e9b72db835dbdaef536c50bc73c6bbb27e4dc61fe7563bc520b006a04defa6a952c83 SHA512 098d9f5043a60af9dfac63f6472b576e66ffeda924902ca825ed63f573aeb8bad7c9f9a6853fd99e648683488ee6db2ee55c139df3dde06983b72cfb5dd8cdd3
diff --git a/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild b/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild
deleted file mode 100644
index ae59276d7c6..00000000000
--- a/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
-
-inherit python-r1
-
-MY_P=${PF/docutils-/}
-
-DESCRIPTION="Gentoo GLEP support for docutils"
-HOMEPAGE="https://www.gentoo.org/proj/en/glep/"
-SRC_URI="mirror://gentoo/${MY_P}.tbz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/docutils-0.10[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- default
-
- # It's easier to move them around now.
- # TODO: add python_newmodule?
- mkdir {readers,transforms,writers} || die
- mv {glepread,readers/glep}.py || die
- mv {glepstrans,transforms/gleps}.py || die
- mv glep_html writers/ || die
-}
-
-src_install() {
- inst() {
- python_doscript glep.py
-
- python_moduleinto docutils
- python_domodule readers transforms writers
- }
-
- python_foreach_impl inst
-}
diff --git a/dev-python/docutils-glep/docutils-glep-1.1.ebuild b/dev-python/docutils-glep/docutils-glep-1.1.ebuild
deleted file mode 100644
index 01ae57043fa..00000000000
--- a/dev-python/docutils-glep/docutils-glep-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Gentoo GLEP support for docutils"
-HOMEPAGE="https://github.com/mgorny/docutils-glep/"
-SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]
- ${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}"
-
-S=${WORKDIR}/${MY_P}
next reply other threads:[~2019-12-26 11:27 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-26 11:27 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 18:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/ Michał Górny
2024-03-03 16:25 Michał Górny
2022-10-15 6:30 Michał Górny
2022-10-14 17:57 Arthur Zamarin
2022-09-12 13:32 Michał Górny
2022-08-09 5:51 Michał Górny
2022-08-09 5:51 Michał Górny
2022-08-08 19:51 Arthur Zamarin
2022-07-28 12:00 Sam James
2022-07-09 10:17 Michał Górny
2022-07-08 16:06 Michał Górny
2021-06-04 9:55 Michał Górny
2020-12-27 16:31 Fabian Groffen
2020-11-17 13:25 Michał Górny
2020-11-17 13:25 Michał Górny
2019-10-23 13:52 Michał Górny
2019-10-23 13:52 Michał Górny
2019-07-28 20:15 Mikle Kolyada
2019-06-09 19:19 Sergei Trofimovich
2019-06-08 18:20 Agostino Sarubbo
2019-06-06 6:54 Agostino Sarubbo
2019-06-05 7:12 Agostino Sarubbo
2019-06-05 6:48 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-06-04 16:47 Agostino Sarubbo
2019-05-31 21:34 Sergei Trofimovich
2019-05-29 7:32 Michał Górny
2018-07-21 10:14 Michał Górny
2018-06-04 19:25 Mart Raudsepp
2018-04-24 19:45 Mikle Kolyada
2018-04-23 14:32 Aaron Bauman
2018-04-20 21:41 Michał Górny
2018-01-03 22:13 Michał Górny
2017-11-28 9:12 Michał Górny
2017-11-28 9:12 Michał Górny
2017-10-11 21:32 Michał Górny
2017-09-15 12:45 Michał Górny
2017-03-10 12:43 David Seifert
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=1577359630.cc5c34d021129331a4e4046d3e6f2011a246c8db.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