* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2022-11-03 3:09 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-11-03 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 4fb0716a3a7fde7e22229271a7721d3e82d9b845
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 3 00:44:07 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 3 01:12:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fb0716a
dev-python/aiounittest: add 1.4.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiounittest/Manifest | 1 +
dev-python/aiounittest/aiounittest-1.4.2.ebuild | 26 +++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index 754319e1a..e9184ebee 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1 +1,2 @@
DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f
+DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
new file mode 100644
index 000000000..4117812b6
--- /dev/null
+++ b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Test python asyncio-based code with ease"
+HOMEPAGE="https://github.com/kwarunek/aiounittest"
+SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+distutils_enable_sphinx docs
+
+python_test() {
+ eunittest tests
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiounittest/
@ 2023-11-10 20:18 David Roman
2023-11-10 20:12 ` [gentoo-commits] repo/proj/guru:dev " David Roman
0 siblings, 1 reply; 8+ messages in thread
From: David Roman @ 2023-11-10 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 3ec5258baf3d9688ac6b7d2891255cb882cbe08d
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Nov 10 20:12:42 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 10 20:12:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec5258b
dev-python/aiounittest: treeclean, moved to ::gentoo
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/aiounittest/Manifest | 1 -
dev-python/aiounittest/aiounittest-1.4.2.ebuild | 26 -------------------------
dev-python/aiounittest/metadata.xml | 11 -----------
3 files changed, 38 deletions(-)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
deleted file mode 100644
index e88607cfad..0000000000
--- a/dev-python/aiounittest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
deleted file mode 100644
index 4bc6ae0ca0..0000000000
--- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Test python asyncio-based code with ease"
-HOMEPAGE="https://github.com/kwarunek/aiounittest"
-SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-#distutils_enable_sphinx docs
-
-python_test() {
- eunittest tests
-}
diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml
deleted file mode 100644
index ec6b99036e..0000000000
--- a/dev-python/aiounittest/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>piotr.staroszczyk@get24.org</email>
- <name>Piotr Staroszczyk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kwarunek/aiounittest</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
2023-11-10 20:18 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2023-11-10 20:12 ` David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-11-10 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 3ec5258baf3d9688ac6b7d2891255cb882cbe08d
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Nov 10 20:12:42 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 10 20:12:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec5258b
dev-python/aiounittest: treeclean, moved to ::gentoo
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/aiounittest/Manifest | 1 -
dev-python/aiounittest/aiounittest-1.4.2.ebuild | 26 -------------------------
dev-python/aiounittest/metadata.xml | 11 -----------
3 files changed, 38 deletions(-)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
deleted file mode 100644
index e88607cfad..0000000000
--- a/dev-python/aiounittest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
deleted file mode 100644
index 4bc6ae0ca0..0000000000
--- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Test python asyncio-based code with ease"
-HOMEPAGE="https://github.com/kwarunek/aiounittest"
-SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-#distutils_enable_sphinx docs
-
-python_test() {
- eunittest tests
-}
diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml
deleted file mode 100644
index ec6b99036e..0000000000
--- a/dev-python/aiounittest/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>piotr.staroszczyk@get24.org</email>
- <name>Piotr Staroszczyk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kwarunek/aiounittest</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2022-11-16 15:09 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-11-16 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 5f1a60f659146e84fbc2d9cb69343f1bb4d5c34d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 16 15:07:32 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 16 15:07:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f1a60f6
dev-python/aiounittest: disable docs
Closes: https://bugs.gentoo.org/879827
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiounittest/aiounittest-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
index 4117812b6..348c70d6e 100644
--- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild
+++ b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
distutils_enable_tests unittest
-distutils_enable_sphinx docs
+#distutils_enable_sphinx docs
python_test() {
eunittest tests
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2022-11-16 15:09 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-11-16 15:09 UTC (permalink / raw
To: gentoo-commits
commit: df84ef5dabfcce428e650bb35feaada6e56fcc4e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 16 15:09:36 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 16 15:09:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df84ef5d
dev-python/aiounittest: add github upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiounittest/metadata.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml
index a507be0a7..ec6b99036 100644
--- a/dev-python/aiounittest/metadata.xml
+++ b/dev-python/aiounittest/metadata.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>piotr.staroszczyk@get24.org</email>
- <name>Piotr Staroszczyk</name>
- </maintainer>
+ <maintainer type="person">
+ <email>piotr.staroszczyk@get24.org</email>
+ <name>Piotr Staroszczyk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kwarunek/aiounittest</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2022-11-03 3:09 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-11-03 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 76a8e3fa6d32f79a133164f22bbc63df9e9c92b2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 3 01:16:01 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 3 01:25:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76a8e3fa
dev-python/aiounittest: drop 1.4.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiounittest/Manifest | 1 -
dev-python/aiounittest/aiounittest-1.4.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index e9184ebee..e88607cfa 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1,2 +1 @@
-DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f
DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
diff --git a/dev-python/aiounittest/aiounittest-1.4.0.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
deleted file mode 100644
index a2165b483..000000000
--- a/dev-python/aiounittest/aiounittest-1.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Test python asyncio-based code with ease"
-HOMEPAGE="https://github.com/kwarunek/aiounittest"
-SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose
-# Reason: TemplateNotFound('g')
-#distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2021-08-21 9:02 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2021-08-21 9:02 UTC (permalink / raw
To: gentoo-commits
commit: d4ec6cd9ecc65b6e650200f4823ffcdb697aef58
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 17 22:08:44 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 21 08:57:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4ec6cd9
dev-python/aiounittest: update EAPI, enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiounittest/aiounittest-1.4.0.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/aiounittest/aiounittest-1.4.0.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
index 3b45c2166..a2165b483 100644
--- a/dev-python/aiounittest/aiounittest-1.4.0.ebuild
+++ b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Test python asyncio-based code with ease"
@@ -13,7 +12,7 @@ SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiounittest/
@ 2020-06-09 16:37 Andrew Ammerlaan
2020-06-09 14:45 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 9ebc72e96e214989a32158d14fefdccd029877e7
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 14:45:04 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 14:45:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ebc72e9
dev-python/aiounittest: version bump, add py3_9
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiounittest/Manifest | 2 +-
.../{aiounittest-1.3.1.ebuild => aiounittest-1.4.0.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index 3e131a6..754319e 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1 +1 @@
-DIST aiounittest-1.3.1.tar.gz 14556 BLAKE2B 34d3f04f1993325b616a0135583c1f2c70c6b5c0ffb4bc5c78eea1de927d0d76497b649c12e0cee90ff23ebd7117ed0daafab8d5dbb72630a9ae44bd23b72822 SHA512 e0953d754c1f1b868d7c161cadeff73f97786bf3aa8a24f9395aeec01ac329b3e5d2f93ef2bfdd524bd1c824e34bc2b2bcd8c215df55394e09315672b51f70ff
+DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f
diff --git a/dev-python/aiounittest/aiounittest-1.3.1.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
similarity index 78%
rename from dev-python/aiounittest/aiounittest-1.3.1.ebuild
rename to dev-python/aiounittest/aiounittest-1.4.0.ebuild
index 3598a75..2bcc1e1 100644
--- a/dev-python/aiounittest/aiounittest-1.3.1.ebuild
+++ b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
@@ -15,6 +15,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
distutils_enable_tests nose
-# Reason: TemplateNotFound('g')?
+# Reason: TemplateNotFound('g')
#distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-06-09 14:45 ` Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 9ebc72e96e214989a32158d14fefdccd029877e7
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 14:45:04 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 14:45:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ebc72e9
dev-python/aiounittest: version bump, add py3_9
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiounittest/Manifest | 2 +-
.../{aiounittest-1.3.1.ebuild => aiounittest-1.4.0.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
index 3e131a6..754319e 100644
--- a/dev-python/aiounittest/Manifest
+++ b/dev-python/aiounittest/Manifest
@@ -1 +1 @@
-DIST aiounittest-1.3.1.tar.gz 14556 BLAKE2B 34d3f04f1993325b616a0135583c1f2c70c6b5c0ffb4bc5c78eea1de927d0d76497b649c12e0cee90ff23ebd7117ed0daafab8d5dbb72630a9ae44bd23b72822 SHA512 e0953d754c1f1b868d7c161cadeff73f97786bf3aa8a24f9395aeec01ac329b3e5d2f93ef2bfdd524bd1c824e34bc2b2bcd8c215df55394e09315672b51f70ff
+DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f
diff --git a/dev-python/aiounittest/aiounittest-1.3.1.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
similarity index 78%
rename from dev-python/aiounittest/aiounittest-1.3.1.ebuild
rename to dev-python/aiounittest/aiounittest-1.4.0.ebuild
index 3598a75..2bcc1e1 100644
--- a/dev-python/aiounittest/aiounittest-1.3.1.ebuild
+++ b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
@@ -15,6 +15,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
distutils_enable_tests nose
-# Reason: TemplateNotFound('g')?
+# Reason: TemplateNotFound('g')
#distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/
@ 2020-03-18 17:19 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-03-18 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 6a3c8d98c643d725fc408d9c596e5ad9753d6a69
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 18 17:19:04 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 18 17:19:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a3c8d98
dev-python/aiounittest: Test python asyncio-based code with ease
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiounittest/Manifest | 1 +
dev-python/aiounittest/aiounittest-1.3.1.ebuild | 20 ++++++++++++++++++++
dev-python/aiounittest/metadata.xml | 9 +++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
new file mode 100644
index 0000000..3e131a6
--- /dev/null
+++ b/dev-python/aiounittest/Manifest
@@ -0,0 +1 @@
+DIST aiounittest-1.3.1.tar.gz 14556 BLAKE2B 34d3f04f1993325b616a0135583c1f2c70c6b5c0ffb4bc5c78eea1de927d0d76497b649c12e0cee90ff23ebd7117ed0daafab8d5dbb72630a9ae44bd23b72822 SHA512 e0953d754c1f1b868d7c161cadeff73f97786bf3aa8a24f9395aeec01ac329b3e5d2f93ef2bfdd524bd1c824e34bc2b2bcd8c215df55394e09315672b51f70ff
diff --git a/dev-python/aiounittest/aiounittest-1.3.1.ebuild b/dev-python/aiounittest/aiounittest-1.3.1.ebuild
new file mode 100644
index 0000000..3598a75
--- /dev/null
+++ b/dev-python/aiounittest/aiounittest-1.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Test python asyncio-based code with ease"
+HOMEPAGE="https://github.com/kwarunek/aiounittest"
+SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests nose
+# Reason: TemplateNotFound('g')?
+#distutils_enable_sphinx docs
diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml
new file mode 100644
index 0000000..a507be0
--- /dev/null
+++ b/dev-python/aiounittest/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>piotr.staroszczyk@get24.org</email>
+ <name>Piotr Staroszczyk</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-11-10 20:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 3:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2023-11-10 20:18 [gentoo-commits] repo/proj/guru:master " David Roman
2023-11-10 20:12 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2022-11-16 15:09 Anna Vyalkova
2022-11-16 15:09 Anna Vyalkova
2022-11-03 3:09 Anna Vyalkova
2021-08-21 9:02 Anna Vyalkova
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-09 14:45 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-18 17:19 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox