* [gentoo-commits] repo/gentoo:master commit in: dev-python/asynctest/
@ 2018-11-28 10:06 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-11-28 10:06 UTC (permalink / raw
To: gentoo-commits
commit: a8d045f19b6bf76f46c7120d3a2462c068c5bb72
Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
AuthorDate: Mon Oct 22 02:59:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 10:03:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d045f1
dev-python/asynctest: Introducing new package
Introducing the latest available version of the package.
Closes: https://bugs.gentoo.org/669272
Signed-off-by: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10196
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asynctest/Manifest | 1 +
dev-python/asynctest/asynctest-0.12.2.ebuild | 31 ++++++++++++++++++++++++++++
dev-python/asynctest/metadata.xml | 17 +++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/asynctest/Manifest b/dev-python/asynctest/Manifest
new file mode 100644
index 00000000000..703eb9f665d
--- /dev/null
+++ b/dev-python/asynctest/Manifest
@@ -0,0 +1 @@
+DIST asynctest-0.12.2.tar.gz 49647 BLAKE2B 40bb5212409b2f0d9efce5c2559ffeea081c41b3f5158874d9a733f6f5dd2e6a2d7acf3eb495d91c1bc94e785dfd67c9bf5d1845e6fe40ad72aa36ea548b15b9 SHA512 e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f
diff --git a/dev-python/asynctest/asynctest-0.12.2.ebuild b/dev-python/asynctest/asynctest-0.12.2.ebuild
new file mode 100644
index 00000000000..9ce7712a405
--- /dev/null
+++ b/dev-python/asynctest/asynctest-0.12.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Enhance the standard unittest with features for testing asyncio libraries"
+HOMEPAGE="https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/"
+SRC_URI="https://github.com/Martiusweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+ default
+
+ sed -i "{s/test_events_watched_outside_test_are_ignored/_&/}" "test/test_selector.py" || die "Could not disable the failing test."
+}
+
+python_test() {
+ "${EPYTHON}" -m unittest -v test || die "Testing failed"
+}
diff --git a/dev-python/asynctest/metadata.xml b/dev-python/asynctest/metadata.xml
new file mode 100644
index 00000000000..98bce3b47a0
--- /dev/null
+++ b/dev-python/asynctest/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>oleksandr.trotsenko@gmail.com</email>
+ <name>Oleksandr Trotsenko</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Martiusweb/asynctest</remote-id>
+ <doc>http://asynctest.readthedocs.org/en/latest/</doc>
+ <bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/asynctest/
@ 2020-04-26 23:28 Jonas Stein
0 siblings, 0 replies; 2+ messages in thread
From: Jonas Stein @ 2020-04-26 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 2a103f70a56bed88da3058065944ed92fa59f9bf
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 23:21:25 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 23:27:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a103f70
dev-python/asynctest: Maintainer retired
Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/647672
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
dev-python/asynctest/metadata.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-python/asynctest/metadata.xml b/dev-python/asynctest/metadata.xml
index 98bce3b47a0..32fcb20ec76 100644
--- a/dev-python/asynctest/metadata.xml
+++ b/dev-python/asynctest/metadata.xml
@@ -1,17 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>oleksandr.trotsenko@gmail.com</email>
- <name>Oleksandr Trotsenko</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">Martiusweb/asynctest</remote-id>
<doc>http://asynctest.readthedocs.org/en/latest/</doc>
<bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
</upstream>
</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-26 23:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 10:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/asynctest/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 23:28 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox