public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/booleanOperations/
@ 2023-04-30 15:24 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-04-30 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b3054725f5467a949ed5057c23763b8c5e215346
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 30 14:20:18 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 30 14:20:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3054725

dev-python/booleanOperations: new package, add 0.9.0-r2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/booleanOperations/Manifest              |  1 +
 .../booleanOperations-0.9.0-r2.ebuild              | 32 ++++++++++++++++++++++
 dev-python/booleanOperations/metadata.xml          | 12 ++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest
new file mode 100644
index 000000000..c7bc9a573
--- /dev/null
+++ b/dev-python/booleanOperations/Manifest
@@ -0,0 +1 @@
+DIST booleanOperations-0.9.0.zip 202950 BLAKE2B 52f25b2328dd1bc2ab6d4e0fc116c55f2913c82d5f033494c3b6855e3cba455c9f3da0a864c7bc7caa483cd3afc238e9fe9aa41086b2dc01bf2c1a6f482bcf5a SHA512 f06d2d3143399f5f6325456a2368d608ad8b7b18a5f63bdaf4c48ddd9a9a2aebf4f67da5cadad2aa0d9d9caaa4839f314ed016cb8572805ef3a01f74e469e56b

diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
new file mode 100644
index 000000000..b796f4369
--- /dev/null
+++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Boolean operations on paths"
+HOMEPAGE="
+	https://pypi.org/project/booleanoperations/
+	https://github.com/typemytype/booleanOperations
+"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]
+	>=dev-python/pyclipper-1.1.0_p1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	app-arch/unzip
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? ( dev-python/fontPens[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml
new file mode 100644
index 000000000..b481a7767
--- /dev/null
+++ b/dev-python/booleanOperations/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">booleanOperations</remote-id>
+		<remote-id type="github">typemytype/booleanOperations</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/booleanOperations/
@ 2023-04-30 15:41 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-04-30 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4a2921cdf9f83cf55908da3bbb79e4f441b56ffc
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Apr 30 15:41:12 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 30 15:41:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a2921cd

dev-python/booleanOperations: keyword 0.9.0-r2 for ~x86

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
index b796f4369..fcbaf4978 100644
--- a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
+++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/booleanOperations/
  2023-05-01  9:20 [gentoo-commits] repo/proj/guru:master commit in: dev-python/booleanOperations/ Viorel Munteanu
@ 2023-05-01  8:03 ` Viorel Munteanu
  0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2023-05-01  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     211689a9a52b45ed2e7b160345302fbbaec17727
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 08:03:05 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May  1 08:03:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=211689a9

dev-python/booleanOperations: unkeyword 0.9.0-r2 for ~x86

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
index fcbaf4978..b796f4369 100644
--- a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
+++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/booleanOperations/
@ 2023-05-01  9:20 Viorel Munteanu
  2023-05-01  8:03 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
  0 siblings, 1 reply; 5+ messages in thread
From: Viorel Munteanu @ 2023-05-01  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     211689a9a52b45ed2e7b160345302fbbaec17727
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 08:03:05 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May  1 08:03:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=211689a9

dev-python/booleanOperations: unkeyword 0.9.0-r2 for ~x86

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
index fcbaf4978..b796f4369 100644
--- a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
+++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/booleanOperations/
@ 2023-05-02 15:48 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-05-02 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cc8d423622a6a0b78cd111ffbb77ed838e45d507
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  2 15:31:23 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  2 15:31:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc8d4236

dev-python/booleanOperations: add missing test dep

Closes: https://bugs.gentoo.org/905470
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
index a5ac5cf25..4b7c6ccf8 100644
--- a/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
+++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r2.ebuild
@@ -26,7 +26,10 @@ RDEPEND="
 BDEPEND="
 	app-arch/unzip
 	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? ( dev-python/fontPens[${PYTHON_USEDEP}] )
+	test? (
+		dev-python/defcon[${PYTHON_USEDEP}]
+		dev-python/fontPens[${PYTHON_USEDEP}]
+	)
 "
 
 distutils_enable_tests pytest


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

end of thread, other threads:[~2023-05-02 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01  9:20 [gentoo-commits] repo/proj/guru:master commit in: dev-python/booleanOperations/ Viorel Munteanu
2023-05-01  8:03 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 15:48 Anna Vyalkova
2023-04-30 15:41 Anna Vyalkova
2023-04-30 15:24 Anna Vyalkova

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