* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/
@ 2020-05-09 21:36 Jeffrey Lin
0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey Lin @ 2020-05-09 21:36 UTC (permalink / raw
To: gentoo-commits
commit: ee52f5f0e77251ad65425b6024ca39b8d8e4908d
Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sat May 9 21:27:54 2020 +0000
Commit: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
CommitDate: Sat May 9 21:27:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee52f5f0
dev-python/aionotify: temporarily remove tests
Tests depend on dev-python/asynctest::gentoo, which is currently being
last-rited.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
dev-python/aionotify/aionotify-0.2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
index 308dbee..0359075 100644
--- a/dev-python/aionotify/aionotify-0.2.0.ebuild
+++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
@@ -15,6 +15,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
+#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
+#
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/
@ 2021-04-17 8:24 Theo Anderson
0 siblings, 0 replies; 4+ messages in thread
From: Theo Anderson @ 2021-04-17 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 5fda8b3496c6c269c616f6df24926979e78622f4
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 08:23:28 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 17 08:23:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fda8b34
dev-python/aionotify: add python_compat 3_{8,9}
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/aionotify/aionotify-0.2.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
index 165840580..bfcd6b918 100644
--- a/dev-python/aionotify/aionotify-0.2.0.ebuild
+++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -15,6 +15,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
-#
-#distutils_enable_tests pytest
+DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aionotify/
@ 2020-03-16 8:56 Andrew Ammerlaan
2020-03-16 8:56 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-03-16 8:56 UTC (permalink / raw
To: gentoo-commits
commit: fd496eaaa40af093caeaeb5cf04d2c7cf302618a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 16 08:53:41 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 16 08:53:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd496eaa
dev-python/aionotify: remove py3_8 and pypy
these are not supported by dependency asynctest
and repoman is complaining about it
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aionotify/aionotify-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
index 6d6a49c..308dbee 100644
--- a/dev-python/aionotify/aionotify-0.2.0.ebuild
+++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/
@ 2020-03-15 23:07 Piotr Staroszczyk
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Staroszczyk @ 2020-03-15 23:07 UTC (permalink / raw
To: gentoo-commits
commit: cca5cc2b3f3edd9bb9f227a8abb1a5eb719180bc
Author: Piotr Staroszczyk <piotr.staroszczyk <AT> get24 <DOT> org>
AuthorDate: Sun Mar 15 23:01:29 2020 +0000
Commit: Piotr Staroszczyk <piotr.staroszczyk <AT> get24 <DOT> org>
CommitDate: Sun Mar 15 23:07:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cca5cc2b
dev-python/aionotify: new package
Signed-off-by: Piotr Staroszczyk <piotr.staroszczyk <AT> get24.org>
dev-python/aionotify/Manifest | 1 +
dev-python/aionotify/aionotify-0.2.0.ebuild | 20 ++++++++++++++++++++
dev-python/aionotify/metadata.xml | 9 +++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/aionotify/Manifest b/dev-python/aionotify/Manifest
new file mode 100644
index 0000000..58d0b4a
--- /dev/null
+++ b/dev-python/aionotify/Manifest
@@ -0,0 +1 @@
+DIST aionotify-0.2.0.tar.gz 9567 BLAKE2B a4b32519c2cfeb9dd87cb94e9363335cc39e3060631c7085825289183a94f2f5b073e4b0f737fe592f967c83ea05741b0b956fbd956d61ac4289dfde0bdc777a SHA512 23c1a6f86076c069346721cdce89f2aea656ad6afa8c89cbb96ae31bdd478592c9ca475c764da91762dd615454005f82b8666644a3121eb8dfc4b875060d51df
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
new file mode 100644
index 0000000..6d6a49c
--- /dev/null
+++ b/dev-python/aionotify/aionotify-0.2.0.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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, asyncio-based inotify library for Python"
+HOMEPAGE="https://github.com/rbarrois/aionotify"
+SRC_URI="https://github.com/rbarrois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
diff --git a/dev-python/aionotify/metadata.xml b/dev-python/aionotify/metadata.xml
new file mode 100644
index 0000000..a507be0
--- /dev/null
+++ b/dev-python/aionotify/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] 4+ messages in thread
end of thread, other threads:[~2021-04-17 8:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-09 21:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/ Jeffrey Lin
-- strict thread matches above, loose matches on Subject: below --
2021-04-17 8:24 Theo Anderson
2020-03-16 8:56 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-16 8:56 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 23:07 Piotr Staroszczyk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox