public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2020-09-16 14:56 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2020-09-16 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     50b2dbcd174a8bf3807485646ced794bb6b01756
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 14:03:29 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 14:56:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b2dbcd

dev-python/glooey: new package

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17565
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/Manifest            |  1 +
 dev-python/glooey/glooey-0.3.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-python/glooey/metadata.xml        | 20 ++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest
new file mode 100644
index 00000000000..f4987002ca4
--- /dev/null
+++ b/dev-python/glooey/Manifest
@@ -0,0 +1 @@
+DIST glooey-0.3.1.tar.gz 19110562 BLAKE2B 252621789def523e3f8535ff6d72d3b5e71664cc5a0b2b4440b64be8170c08f275709c1771d2ab154349da643a521dae352e711b7f0a705f0e6eaeb1bd842932 SHA512 c804125bc9ccd9f2b44cc5fcf5a0c7353402aa8587641fc75870bf0c2474c449936dd41ddc641050009f32dbaef4e05fecd4c60c477c0c89512a02028f957c65

diff --git a/dev-python/glooey/glooey-0.3.1.ebuild b/dev-python/glooey/glooey-0.3.1.ebuild
new file mode 100644
index 00000000000..f6ee41b5d1c
--- /dev/null
+++ b/dev-python/glooey/glooey-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{6..9})
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="An object-oriented GUI library for pyglet"
+HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/autoprop[${PYTHON_USEDEP}]
+	dev-python/more-itertools[${PYTHON_USEDEP}]
+	dev-python/pyglet[${PYTHON_USEDEP}]
+	dev-python/vecrec[${PYTHON_USEDEP}]
+"
+
+BDEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+
+distutils_enable_tests pytest
+
+src_test() {
+	virtx distutils-r1_src_test
+}

diff --git a/dev-python/glooey/metadata.xml b/dev-python/glooey/metadata.xml
new file mode 100644
index 00000000000..28c0e77535a
--- /dev/null
+++ b/dev-python/glooey/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="project">
+        <email>3dprint@gentoo.org</email>
+        <name>Gentoo 3D Printer Project</name>
+    </maintainer>
+    <longdescription>
+        Every game needs a user interface that matches its look and feel. The purpose of glooey is to help you make
+        such an interface. Towards this end, glooey provides 7 powerful placement widgets, a label widget, an image
+        widget, 3 different button widgets, a text entry widget, a variety of scroll boxes and bars, 4 different dialog
+        box widgets, and a variety of other miscellaneous widgets. The appearance of any widget can be trivially
+        customized, and glooey comes with built-in fantasy, puzzle, and 8-bit themes to prove it (and to help you hit
+        the ground running if your game fits one of those genres).
+    </longdescription>
+    <upstream>
+        <remote-id type="github">kxgames/glooey</remote-id>
+        <remote-id type="pypi">glooey</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2020-10-22 19:24 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2020-10-22 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e735f469ad29abc5066846d86aaebd62a5f52807
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:20:48 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 19:24:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e735f469

dev-python/glooey: drop old

Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18002
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/Manifest            |  1 -
 dev-python/glooey/glooey-0.3.1.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest
index f36f454934e..f3f7011325e 100644
--- a/dev-python/glooey/Manifest
+++ b/dev-python/glooey/Manifest
@@ -1,2 +1 @@
-DIST glooey-0.3.1.tar.gz 19110562 BLAKE2B 252621789def523e3f8535ff6d72d3b5e71664cc5a0b2b4440b64be8170c08f275709c1771d2ab154349da643a521dae352e711b7f0a705f0e6eaeb1bd842932 SHA512 c804125bc9ccd9f2b44cc5fcf5a0c7353402aa8587641fc75870bf0c2474c449936dd41ddc641050009f32dbaef4e05fecd4c60c477c0c89512a02028f957c65
 DIST glooey-0.3.4.tar.gz 19113011 BLAKE2B 45be6355ad51fd9a77003a39f8532f4a86bb3ba758d8fb56d483399ae2d876ff5f072e6f0c6a64ce71b493b650f5e09b553b3d97d8b73c6e2dbdfb789d427f47 SHA512 12222b336f0d1f720b6eb5b2a24eeba8bfa3d39c0775ffc8b9687a6720d8282f263da55cae653ccc1f610db0708a6c75671ca98969accaf0d02320815244ecbf

diff --git a/dev-python/glooey/glooey-0.3.1.ebuild b/dev-python/glooey/glooey-0.3.1.ebuild
deleted file mode 100644
index f6ee41b5d1c..00000000000
--- a/dev-python/glooey/glooey-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=(python3_{6..9})
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="An object-oriented GUI library for pyglet"
-HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-	dev-python/autoprop[${PYTHON_USEDEP}]
-	dev-python/more-itertools[${PYTHON_USEDEP}]
-	dev-python/pyglet[${PYTHON_USEDEP}]
-	dev-python/vecrec[${PYTHON_USEDEP}]
-"
-
-BDEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-
-distutils_enable_tests pytest
-
-src_test() {
-	virtx distutils-r1_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2020-10-22 19:24 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2020-10-22 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4f5d1c58b9325ca5fcfb7215da8a6c71d0d5f32c
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:20:02 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 19:24:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5d1c58

dev-python/glooey: bump 0.3.4

Bug: https://bugs.gentoo.org/748300

Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/Manifest            |  1 +
 dev-python/glooey/glooey-0.3.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest
index f4987002ca4..f36f454934e 100644
--- a/dev-python/glooey/Manifest
+++ b/dev-python/glooey/Manifest
@@ -1 +1,2 @@
 DIST glooey-0.3.1.tar.gz 19110562 BLAKE2B 252621789def523e3f8535ff6d72d3b5e71664cc5a0b2b4440b64be8170c08f275709c1771d2ab154349da643a521dae352e711b7f0a705f0e6eaeb1bd842932 SHA512 c804125bc9ccd9f2b44cc5fcf5a0c7353402aa8587641fc75870bf0c2474c449936dd41ddc641050009f32dbaef4e05fecd4c60c477c0c89512a02028f957c65
+DIST glooey-0.3.4.tar.gz 19113011 BLAKE2B 45be6355ad51fd9a77003a39f8532f4a86bb3ba758d8fb56d483399ae2d876ff5f072e6f0c6a64ce71b493b650f5e09b553b3d97d8b73c6e2dbdfb789d427f47 SHA512 12222b336f0d1f720b6eb5b2a24eeba8bfa3d39c0775ffc8b9687a6720d8282f263da55cae653ccc1f610db0708a6c75671ca98969accaf0d02320815244ecbf

diff --git a/dev-python/glooey/glooey-0.3.4.ebuild b/dev-python/glooey/glooey-0.3.4.ebuild
new file mode 100644
index 00000000000..417a632f9cd
--- /dev/null
+++ b/dev-python/glooey/glooey-0.3.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=(python3_{6..9})
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="An object-oriented GUI library for pyglet"
+HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/autoprop[${PYTHON_USEDEP}]
+	dev-python/more-itertools[${PYTHON_USEDEP}]
+	dev-python/pyglet[${PYTHON_USEDEP}]
+	dev-python/vecrec[${PYTHON_USEDEP}]
+"
+
+BDEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+
+distutils_enable_tests pytest
+
+src_test() {
+	virtx distutils-r1_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2021-02-07 23:57 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2021-02-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a0342ddfafb16ee3d117c407d91cb3ade418a6c
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 20:41:53 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 23:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0342dd

dev-python/glooey: metadata added upstream bugtracker

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/glooey/metadata.xml b/dev-python/glooey/metadata.xml
index 28c0e77535a..a7795c2127d 100644
--- a/dev-python/glooey/metadata.xml
+++ b/dev-python/glooey/metadata.xml
@@ -14,6 +14,7 @@
         the ground running if your game fits one of those genres).
     </longdescription>
     <upstream>
+        <bugs-to>https://github.com/kxgames/glooey/issues</bugs-to>
         <remote-id type="github">kxgames/glooey</remote-id>
         <remote-id type="pypi">glooey</remote-id>
     </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2021-02-07 23:57 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2021-02-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a0745b0330bc36e424f10b62da60f0fa1087c38b
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 20:42:45 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 23:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0745b03

dev-python/glooey: metadata added doc

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/glooey/metadata.xml b/dev-python/glooey/metadata.xml
index a7795c2127d..eaec9fc06f5 100644
--- a/dev-python/glooey/metadata.xml
+++ b/dev-python/glooey/metadata.xml
@@ -15,6 +15,7 @@
     </longdescription>
     <upstream>
         <bugs-to>https://github.com/kxgames/glooey/issues</bugs-to>
+        <doc>https://glooey.readthedocs.io/</doc>
         <remote-id type="github">kxgames/glooey</remote-id>
         <remote-id type="pypi">glooey</remote-id>
     </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2021-03-07 17:57 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2021-03-07 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7924c3aef7cd443a8d13e5f9f6504ae5b785b9b9
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 16:44:09 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 17:56:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7924c3ae

dev-python/glooey: added missing dependency

Closes: https://bugs.gentoo.org/769521
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/glooey-0.3.4-r1.ebuild | 35 ++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/glooey/glooey-0.3.4-r1.ebuild b/dev-python/glooey/glooey-0.3.4-r1.ebuild
new file mode 100644
index 00000000000..ccdb9bd473e
--- /dev/null
+++ b/dev-python/glooey/glooey-0.3.4-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=(python3_{7..9})
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="An object-oriented GUI library for pyglet"
+HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/autoprop[${PYTHON_USEDEP}]
+	dev-python/more-itertools[${PYTHON_USEDEP}]
+	dev-python/pyglet[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/vecrec[${PYTHON_USEDEP}]
+"
+
+BDEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+
+distutils_enable_tests pytest
+
+src_test() {
+	virtx distutils-r1_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2021-03-07 17:57 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2021-03-07 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a90e8837a0ff94c3adc171149c47a931cfec9c38
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 16:44:40 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 17:56:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90e8837

dev-python/glooey: drop old

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19817
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/glooey/glooey-0.3.4.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-python/glooey/glooey-0.3.4.ebuild b/dev-python/glooey/glooey-0.3.4.ebuild
deleted file mode 100644
index 89ca43e46a8..00000000000
--- a/dev-python/glooey/glooey-0.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=(python3_{7..9})
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="An object-oriented GUI library for pyglet"
-HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-	dev-python/autoprop[${PYTHON_USEDEP}]
-	dev-python/more-itertools[${PYTHON_USEDEP}]
-	dev-python/pyglet[${PYTHON_USEDEP}]
-	dev-python/vecrec[${PYTHON_USEDEP}]
-"
-
-BDEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-
-distutils_enable_tests pytest
-
-src_test() {
-	virtx distutils-r1_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2021-10-27 18:53 Dennis Lamm
  0 siblings, 0 replies; 11+ messages in thread
From: Dennis Lamm @ 2021-10-27 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4eca14ebeb8f0f2e8e7f0d3616cf377fd7fca7
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 18:24:39 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 18:53:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4eca14

dev-python/glooey: drop maintainership

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/22732
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

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

diff --git a/dev-python/glooey/metadata.xml b/dev-python/glooey/metadata.xml
index f618f39bc01..87ff2cc0bf5 100644
--- a/dev-python/glooey/metadata.xml
+++ b/dev-python/glooey/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="project">
-        <email>3dprint@gentoo.org</email>
-        <name>Gentoo 3D Printer Project</name>
-    </maintainer>
+    <!-- maintainer-needed -->
     <longdescription>
         Every game needs a user interface that matches its look and feel. The purpose of glooey is to help you make
         such an interface. Towards this end, glooey provides 7 powerful placement widgets, a label widget, an image


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2022-02-11 10:43 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2022-02-11 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     568717257b75aafb7e7385999898c88473a9f92c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 01:48:16 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 10:43:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56871725

dev-python/glooey: add 0.3.6

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/glooey/Manifest            |  1 +
 dev-python/glooey/glooey-0.3.6.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest
index f3f7011325e8..430e9e9ac376 100644
--- a/dev-python/glooey/Manifest
+++ b/dev-python/glooey/Manifest
@@ -1 +1,2 @@
 DIST glooey-0.3.4.tar.gz 19113011 BLAKE2B 45be6355ad51fd9a77003a39f8532f4a86bb3ba758d8fb56d483399ae2d876ff5f072e6f0c6a64ce71b493b650f5e09b553b3d97d8b73c6e2dbdfb789d427f47 SHA512 12222b336f0d1f720b6eb5b2a24eeba8bfa3d39c0775ffc8b9687a6720d8282f263da55cae653ccc1f610db0708a6c75671ca98969accaf0d02320815244ecbf
+DIST glooey-0.3.6.tar.gz 19115984 BLAKE2B 79254f44caa94364a08d9c04394c6fd38ef84ddf539c881938bc05e65cdd0374deb0a10b835c21dd6d83a34118c29ff0876583a6c26f2e1f73cad8ceb4f40bdf SHA512 06e53d9d67e4be6cd800c4090e76d982a664be760fc77e2b5666d1b486665f8eea79f0f8ea58ff49b06b550e580cd2a5d4238f06f349613d323334b80de6b81c

diff --git a/dev-python/glooey/glooey-0.3.6.ebuild b/dev-python/glooey/glooey-0.3.6.ebuild
new file mode 100644
index 000000000000..d602f6b87417
--- /dev/null
+++ b/dev-python/glooey/glooey-0.3.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=flit
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="An object-oriented GUI library for pyglet"
+HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/autoprop[${PYTHON_USEDEP}]
+	dev-python/more-itertools[${PYTHON_USEDEP}]
+	dev-python/pyglet[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/vecrec[${PYTHON_USEDEP}]
+"
+# Indirect dependency via pyglet
+BDEPEND="test? ( media-libs/freetype )"
+
+# Requires currently unpackaged Sphinx plug-in autoclasstoc
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+distutils_enable_tests pytest
+
+src_test() {
+	virtx distutils-r1_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2022-04-17 19:00 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-04-17 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ed2468e2e1b87d675688ae8ce78e250f0c5936ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:52:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 18:59:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2468e2

dev-python/glooey: drop 0.3.4-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/glooey/Manifest               |  1 -
 dev-python/glooey/glooey-0.3.4-r1.ebuild | 35 --------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest
index 430e9e9ac376..1039e42b790f 100644
--- a/dev-python/glooey/Manifest
+++ b/dev-python/glooey/Manifest
@@ -1,2 +1 @@
-DIST glooey-0.3.4.tar.gz 19113011 BLAKE2B 45be6355ad51fd9a77003a39f8532f4a86bb3ba758d8fb56d483399ae2d876ff5f072e6f0c6a64ce71b493b650f5e09b553b3d97d8b73c6e2dbdfb789d427f47 SHA512 12222b336f0d1f720b6eb5b2a24eeba8bfa3d39c0775ffc8b9687a6720d8282f263da55cae653ccc1f610db0708a6c75671ca98969accaf0d02320815244ecbf
 DIST glooey-0.3.6.tar.gz 19115984 BLAKE2B 79254f44caa94364a08d9c04394c6fd38ef84ddf539c881938bc05e65cdd0374deb0a10b835c21dd6d83a34118c29ff0876583a6c26f2e1f73cad8ceb4f40bdf SHA512 06e53d9d67e4be6cd800c4090e76d982a664be760fc77e2b5666d1b486665f8eea79f0f8ea58ff49b06b550e580cd2a5d4238f06f349613d323334b80de6b81c

diff --git a/dev-python/glooey/glooey-0.3.4-r1.ebuild b/dev-python/glooey/glooey-0.3.4-r1.ebuild
deleted file mode 100644
index 08f92ab3988a..000000000000
--- a/dev-python/glooey/glooey-0.3.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="An object-oriented GUI library for pyglet"
-HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-	dev-python/autoprop[${PYTHON_USEDEP}]
-	dev-python/more-itertools[${PYTHON_USEDEP}]
-	dev-python/pyglet[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/vecrec[${PYTHON_USEDEP}]
-"
-
-BDEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-
-distutils_enable_tests pytest
-
-src_test() {
-	virtx distutils-r1_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/
@ 2023-03-16  3:50 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-03-16  3:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e283b330e6f7a1f99357cd9bcc2ec1f74c96f2e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:45:44 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:48:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e283b330

dev-python/glooey: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/glooey/glooey-0.3.6.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/glooey/glooey-0.3.6.ebuild b/dev-python/glooey/glooey-0.3.6.ebuild
index 00484bcfad3b..223c7224d2e6 100644
--- a/dev-python/glooey/glooey-0.3.6.ebuild
+++ b/dev-python/glooey/glooey-0.3.6.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_USE_PEP517=flit
 
-inherit distutils-r1 virtualx
+inherit distutils-r1 virtualx pypi
 
 DESCRIPTION="An object-oriented GUI library for pyglet"
 HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64"


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

end of thread, other threads:[~2023-03-16  3:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-07 17:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/glooey/ Dennis Lamm
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16  3:50 Michał Górny
2022-04-17 19:00 Sam James
2022-02-11 10:43 Marek Szuba
2021-10-27 18:53 Dennis Lamm
2021-03-07 17:57 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2020-10-22 19:24 Dennis Lamm
2020-10-22 19:24 Dennis Lamm
2020-09-16 14:56 Dennis Lamm

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