public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Auty" <ikelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/
Date: Tue, 26 Feb 2019 22:05:50 +0000 (UTC)	[thread overview]
Message-ID: <1551218733.9de96f9c5cb25772e3faef92a6a0d7ebbfe7be34.ikelos@gentoo> (raw)

commit:     9de96f9c5cb25772e3faef92a6a0d7ebbfe7be34
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 22:05:33 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 22:05:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de96f9c

dev-python/mypy_extensions: Add in version 0.4.1 to support mypy

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-python/mypy_extensions/Manifest                |  1 +
 dev-python/mypy_extensions/metadata.xml            | 13 ++++++
 .../mypy_extensions/mypy_extensions-0.4.1.ebuild   | 51 ++++++++++++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/dev-python/mypy_extensions/Manifest b/dev-python/mypy_extensions/Manifest
new file mode 100644
index 00000000000..be2ed82c6a1
--- /dev/null
+++ b/dev-python/mypy_extensions/Manifest
@@ -0,0 +1 @@
+DIST mypy_extensions-0.4.1.tar.gz 3548 BLAKE2B 48ded2fefa384242f7feaabe8be840afa623ec89b53c91c51d403684fdae8c6a25e4f88cc9f30c31537958df551a5da42fdb13b49881266da62006843824cc84 SHA512 e862a17b07d2c922b460012798d27d925cdeed4b8dbe9a1e38cb125df5546ca87039ebf32ad4151820d3444ba729fb0eb01c59576084724eb4ca19c5c2a52ac9

diff --git a/dev-python/mypy_extensions/metadata.xml b/dev-python/mypy_extensions/metadata.xml
new file mode 100644
index 00000000000..3482185cc3f
--- /dev/null
+++ b/dev-python/mypy_extensions/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ikelos@gentoo.org</email>
+		<name>Mike Auty</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+	<upstream>
+		<remote-id type="github">python/mypy_extesions</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
new file mode 100644
index 00000000000..fb4db7c72fb
--- /dev/null
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
+
+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"
+IUSE="doc 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() {
+	local PYTHONPATH="$(pwd)"
+
+	"${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/build/html/. )
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2019-02-26 22:05 UTC|newest]

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

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=1551218733.9de96f9c5cb25772e3faef92a6a0d7ebbfe7be34.ikelos@gentoo \
    --to=ikelos@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