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/mypy_extensions/
Date: Wed,  7 Oct 2020 07:28:03 +0000 (UTC)	[thread overview]
Message-ID: <1602055668.f2247b336beb039806ccf884bd6c86cf5cff87be.mgorny@gentoo> (raw)

commit:     f2247b336beb039806ccf884bd6c86cf5cff87be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 07:21:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 07:27:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2247b33

dev-python/mypy_extensions: Remove old

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

 .../mypy_extensions/mypy_extensions-0.4.3.ebuild   | 50 ----------------------
 1 file changed, 50 deletions(-)

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
deleted file mode 100644
index 0536aa7c3de..00000000000
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Optional static typing for Python"
-HOMEPAGE="http://www.mypy-lang.org/"
-SRC_URI="https://github.com/python/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-if [ "${PV}" == "9999" ]; then
-inherit git-r3
-EGIT_REPO_URI="https://github.com/python/${PN}"
-EGIT_COMMIT="master"
-else
-EGIT_REPO_URI="${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	doc? (
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-"
-DEPEND="
-	test? ( dev-python/flake8[${PYTHON_USEDEP}] )
-	${RDEPEND}
-"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	"${PYTHON}" -m unittest discover tests -v || die "tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/build/html/. )
-
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2020-10-07  7:28 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  7:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22 19:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/ Michał Górny
2024-06-10 20:02 Petr Vaněk
2023-07-24 12:49 Michał Górny
2023-06-06  6:13 Michał Górny
2023-03-11 17:12 Michał Górny
2023-03-11 16:28 Arthur Zamarin
2023-03-11  8:04 Arthur Zamarin
2023-02-05 19:56 Michał Górny
2023-02-05 17:07 Michał Górny
2022-11-08  5:59 Michał Górny
2022-11-08  5:17 Sam James
2022-10-27 11:44 Andrew Ammerlaan
2022-09-02 10:52 Marek Szuba
2022-04-25 18:41 Sam James
2021-12-07  8:40 Joshua Kinard
2021-08-10  7:57 Michał Górny
2021-08-10  7:57 Michał Górny
2021-07-05 20:17 Mike Auty
2021-05-13 22:10 Michał Górny
2020-12-11 14:43 Michał Górny
2020-11-30 21:12 Sergei Trofimovich
2020-11-28 13:41 Sam James
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-10-07  1:02 Sam James
2020-10-01 17:29 Sergei Trofimovich
2020-10-01 17:29 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-09-30  8:10 Michał Górny
2020-09-27  6:42 Matt Turner
2020-09-13  4:55 Sam James
2020-09-13  4:55 Sam James
2020-09-13  3:31 Sam James
2020-08-30  3:57 Sam James
2020-08-29 20:04 Sam James
2020-08-27 22:10 Sergei Trofimovich
2020-08-26 20:35 Patrick McLean
2020-06-10 23:33 Mike Auty
2020-03-28  8:34 Michał Górny
2020-03-28  8:34 Michał Górny
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:12 Agostino Sarubbo
2020-01-05 21:11 Mike Auty
2019-02-26 23:13 Mike Auty
2019-02-26 22:05 Mike Auty

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=1602055668.f2247b336beb039806ccf884bd6c86cf5cff87be.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