* [gentoo-commits] proj/sci:master commit in: dev-python/typish/
@ 2021-08-07 9:00 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-08-07 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 4ecc14e3f25eea035d0342c9a7ef149f78db656e
Author: leycec <leycec <AT> gmail <DOT> com>
AuthorDate: Sat Aug 7 05:22:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 07:31:21 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ecc14e3
dev-python/typish: add
add typish, a mandatory dependency of nptyping, itself a mandatory
dependency of CadQuery
Signed-off-by: Cecil Curry <leycec <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/typish/metadata.xml | 13 +++++++++++++
dev-python/typish/typish-1.9.3.ebuild | 21 +++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml
new file mode 100644
index 000000000..4febcc126
--- /dev/null
+++ b/dev-python/typish/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="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">typish</remote-id>
+ <remote-id type="github">ramonhagenaars/typish</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild
new file mode 100644
index 000000000..f471f6836
--- /dev/null
+++ b/dev-python/typish/typish-1.9.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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="Python functions for thorough checks on types"
+HOMEPAGE="https://pypi.org/project/typish"
+
+# Prefer GitHub. Upstream failed to push its source tarball to PyPI.
+SRC_URI="https://github.com/ramonhagenaars/typish/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+#FIXME: Tests require "nptyping" which circularly requires... "typish". *sigh*
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/typish/
@ 2022-06-22 20:31 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-06-22 20:31 UTC (permalink / raw
To: gentoo-commits
commit: d92677f116e70d1c8be2a64724c92267f687a5e3
Author: Vladimir Shapranov <equidamoid <AT> gmail <DOT> com>
AuthorDate: Wed Jun 22 19:27:36 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 20:19:39 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d92677f1
dev-python/typish: new package
Required as a dependency of dev-python/cadquery, recently removed from the main tree.
Signed-off-by: Vladimir Shapranov <equidamoid <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/typish/metadata.xml | 13 +++++++++++++
dev-python/typish/typish-1.9.3.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml
new file mode 100644
index 000000000..603d0691e
--- /dev/null
+++ b/dev-python/typish/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">typish</remote-id>
+ <remote-id type="github">ramonhagenaars/typish</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild
new file mode 100644
index 000000000..3c32b1184
--- /dev/null
+++ b/dev-python/typish/typish-1.9.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Functionality for types"
+HOMEPAGE="https://pypi.org/project/typish/
+ https://github.com/ramonhagenaars/typish"
+SRC_URI="
+ https://github.com/ramonhagenaars/typish/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/nptyping[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/typish/
@ 2023-12-01 22:27 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2023-12-01 22:27 UTC (permalink / raw
To: gentoo-commits
commit: e580b46d42b6a98b5cb41c90df162a41dea390c0
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Dec 1 22:27:33 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Dec 1 22:27:33 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e580b46d
dev-python/typish: unkeyword 1.9.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/typish/typish-1.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild
index f597d0175..a4ecbb65f 100644
--- a/dev-python/typish/typish-1.9.3.ebuild
+++ b/dev-python/typish/typish-1.9.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-01 22:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-07 9:00 [gentoo-commits] proj/sci:master commit in: dev-python/typish/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-06-22 20:31 Andrew Ammerlaan
2023-12-01 22:27 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox