public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
@ 2020-04-28 17:30 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-04-28 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bfad6edf10cacb4d3e22994831726e5aff52583d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 17:24:56 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 17:24:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfad6edf

dev-python/watchgod: Simple, modern file watching and code reload

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/watchgod/Manifest            |  1 +
 dev-python/watchgod/metadata.xml        | 13 +++++++++++++
 dev-python/watchgod/watchgod-0.6.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
new file mode 100644
index 0000000..50084a1
--- /dev/null
+++ b/dev-python/watchgod/Manifest
@@ -0,0 +1 @@
+DIST watchgod-0.6.tar.gz 13261 BLAKE2B 6cf32f6ea467fd4cdb3b0da30aa56bfbf3909adb25d2d44621733c665dccf77b203e99049655793a674f688f3adc8519d8e95156932ccfb9dceda28888bac115 SHA512 1eaa0febc4ba8b1e4bbd6e7bae8f2312c2eeaae395ebbf76953fdf937d4eda06bad818574000d6b96abfefe391affb5d007426bbf7867578293729decc6b61fb

diff --git a/dev-python/watchgod/metadata.xml b/dev-python/watchgod/metadata.xml
new file mode 100644
index 0000000..a5241af
--- /dev/null
+++ b/dev-python/watchgod/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>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">samuelcolvin/watchgod</remote-id>
+		<remote-id type="pypi">watchgod</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.6.ebuild
new file mode 100644
index 0000000..7148f41
--- /dev/null
+++ b/dev-python/watchgod/watchgod-0.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, modern file watching and code reload"
+HOMEPAGE="https://github.com/samuelcolvin/watchgod"
+SRC_URI="https://github.com/samuelcolvin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DEPEND="test? (
+	dev-python/isort[${PYTHON_USEDEP}]
+	dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+	dev-python/pytest-toolbox[${PYTHON_USEDEP}]
+	dev-python/pytest-mock[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
  2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-14 18:20 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-08-14 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8f3f9ca34190b66b691ec3590eabd3559d6c5d32
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 14 17:54:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 14 17:54:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3f9ca3

dev-python/watchgod: add py3.8

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/watchgod/watchgod-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.6.ebuild
index 7148f41..cd6373c 100644
--- a/dev-python/watchgod/watchgod-0.6.ebuild
+++ b/dev-python/watchgod/watchgod-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
@ 2020-12-18 14:15 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2b64579f7883d3e393217866349925271dcc48c9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 13:43:14 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 13:43:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b64579f

dev-python/watchgod: add py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/watchgod/watchgod-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.6.ebuild
index cd6373c8..f99c1043 100644
--- a/dev-python/watchgod/watchgod-0.6.ebuild
+++ b/dev-python/watchgod/watchgod-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
@ 2021-02-05 12:17 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-02-05 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     12d467ec99cdbed16393b3d210b9c50ec62ece8a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Feb  5 12:16:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Feb  5 12:16:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12d467ec

dev-python/watchgod: version bump 0.7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/watchgod/Manifest                                     | 2 +-
 dev-python/watchgod/{watchgod-0.6.ebuild => watchgod-0.7.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
index 50084a1c..c4dfebc1 100644
--- a/dev-python/watchgod/Manifest
+++ b/dev-python/watchgod/Manifest
@@ -1 +1 @@
-DIST watchgod-0.6.tar.gz 13261 BLAKE2B 6cf32f6ea467fd4cdb3b0da30aa56bfbf3909adb25d2d44621733c665dccf77b203e99049655793a674f688f3adc8519d8e95156932ccfb9dceda28888bac115 SHA512 1eaa0febc4ba8b1e4bbd6e7bae8f2312c2eeaae395ebbf76953fdf937d4eda06bad818574000d6b96abfefe391affb5d007426bbf7867578293729decc6b61fb
+DIST watchgod-0.7.tar.gz 14362 BLAKE2B 0c16b7ef2a7e1d0ca2c9d27b1503a9710662364318d5021e916aabf90c8f917b0bf69559a545658f839953832edc579b0014a0736b3b155f097d1d29c2e4b4f7 SHA512 afa225b30cf796ce95861c61fbe8eb22ed72011522de53d53c41148311793db10e41b66e9eb1237c4372f142edaec992de79715c568e435ddb1695666be1cdd8

diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.7.ebuild
similarity index 81%
rename from dev-python/watchgod/watchgod-0.6.ebuild
rename to dev-python/watchgod/watchgod-0.7.ebuild
index eecff62c..003ea4f1 100644
--- a/dev-python/watchgod/watchgod-0.6.ebuild
+++ b/dev-python/watchgod/watchgod-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 DEPEND="test? (
-	dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
 	dev-python/pytest-toolbox[${PYTHON_USEDEP}]
 	dev-python/pytest-mock[${PYTHON_USEDEP}]
 )"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
  2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-05-24 10:01 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-05-24 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fe6e0ddaea46fac0edd36e2efbe1ecf090b46fcb
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 09:43:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 09:59:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe6e0dda

dev-python/watchgod: <!-- maintainer-needed -->

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/watchgod/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/watchgod/metadata.xml b/dev-python/watchgod/metadata.xml
index 4fff6b448..b3c3bc1a0 100644
--- a/dev-python/watchgod/metadata.xml
+++ b/dev-python/watchgod/metadata.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-	<maintainer type="person">
-		<email>andrewammerlaan@gentoo.org</email>
-		<name>Andrew Ammerlaan</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">samuelcolvin/watchgod</remote-id>
 		<remote-id type="pypi">watchgod</remote-id>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/
@ 2021-09-16  1:14 Haelwenn Monnier
  0 siblings, 0 replies; 6+ messages in thread
From: Haelwenn Monnier @ 2021-09-16  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7266ba498fb102e5553b201440ab64315478ad31
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Sep 16 01:14:22 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Sep 16 01:14:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7266ba49

dev-python/watchgod: Removed, introduced in ::gentoo

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-python/watchgod/Manifest            |  1 -
 dev-python/watchgod/metadata.xml        | 10 ----------
 dev-python/watchgod/watchgod-0.7.ebuild | 27 ---------------------------
 3 files changed, 38 deletions(-)

diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
deleted file mode 100644
index c4dfebc15..000000000
--- a/dev-python/watchgod/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST watchgod-0.7.tar.gz 14362 BLAKE2B 0c16b7ef2a7e1d0ca2c9d27b1503a9710662364318d5021e916aabf90c8f917b0bf69559a545658f839953832edc579b0014a0736b3b155f097d1d29c2e4b4f7 SHA512 afa225b30cf796ce95861c61fbe8eb22ed72011522de53d53c41148311793db10e41b66e9eb1237c4372f142edaec992de79715c568e435ddb1695666be1cdd8

diff --git a/dev-python/watchgod/metadata.xml b/dev-python/watchgod/metadata.xml
deleted file mode 100644
index b3c3bc1a0..000000000
--- a/dev-python/watchgod/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">samuelcolvin/watchgod</remote-id>
-		<remote-id type="pypi">watchgod</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/watchgod/watchgod-0.7.ebuild b/dev-python/watchgod/watchgod-0.7.ebuild
deleted file mode 100644
index 003ea4f10..000000000
--- a/dev-python/watchgod/watchgod-0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, modern file watching and code reload"
-HOMEPAGE="https://github.com/samuelcolvin/watchgod"
-SRC_URI="https://github.com/samuelcolvin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DEPEND="test? (
-	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	dev-python/pytest-toolbox[${PYTHON_USEDEP}]
-	dev-python/pytest-mock[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-16  1:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-16  1:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/watchgod/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 11:06 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-24 10:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-05 12:17 Andrew Ammerlaan
2020-12-18 14:15 Andrew Ammerlaan
2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:20 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-28 17:30 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox