* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypothesmith/
@ 2022-06-08 5:14 Theo Anderson
0 siblings, 0 replies; 2+ messages in thread
From: Theo Anderson @ 2022-06-08 5:14 UTC (permalink / raw
To: gentoo-commits
commit: e2b1247ef79a30485fe7f313a0d5a9f7549c262a
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun 8 05:06:43 2022 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun 8 05:13:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2b1247e
dev-python/hypothesmith: new package, add 0.2.0
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/hypothesmith/Manifest | 1 +
dev-python/hypothesmith/hypothesmith-0.2.0.ebuild | 47 +++++++++++++++++++++++
dev-python/hypothesmith/metadata.xml | 8 ++++
3 files changed, 56 insertions(+)
diff --git a/dev-python/hypothesmith/Manifest b/dev-python/hypothesmith/Manifest
new file mode 100644
index 000000000..37e577843
--- /dev/null
+++ b/dev-python/hypothesmith/Manifest
@@ -0,0 +1 @@
+DIST hypothesmith-0.2.0.tar.gz 24933 BLAKE2B 36c5296d2ab5d86a2dcde565bda16aff31de7f0be1cbc487ea2115e6e3baacf5ba740192885dd5a843d53c51932551574c0debd97f1b374a4e0bea48ec4204d4 SHA512 b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045
diff --git a/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild b/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild
new file mode 100644
index 000000000..98bb73f53
--- /dev/null
+++ b/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} ) # python3_11 depends on dev-python/libcst
+
+inherit distutils-r1
+
+DESCRIPTION="Hypothesis strategies for generating Python programs"
+HOMEPAGE="https://github.com/Zac-HD/hypothesmith"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ default
+ sed -e '/-Werror/d' \
+ -e '/--cov/d' \
+ -i tox.ini || die
+}
+
+RDEPEND="
+ >=dev-python/hypothesis-5.41.0[${PYTHON_USEDEP}]
+ >=dev-python/lark-0.7.2[${PYTHON_USEDEP}]
+ >=dev-python/libcst-0.3.8[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/black[${PYTHON_USEDEP}]
+ dev-python/parso[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests --install pytest
+
+python_test() {
+ # https://github.com/Zac-HD/hypothesmith/issues/21
+ local EPYTEST_DESELECT=( 'tests/test_cst.py::test_source_code_from_libcst_node_type' )
+ epytest
+}
diff --git a/dev-python/hypothesmith/metadata.xml b/dev-python/hypothesmith/metadata.xml
new file mode 100644
index 000000000..2924f0387
--- /dev/null
+++ b/dev-python/hypothesmith/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>James Beddek</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypothesmith/
2024-06-01 23:17 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-06-01 23:14 ` Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-06-01 23:14 UTC (permalink / raw
To: gentoo-commits
commit: f7a5c5b618165c9a19c510b95a267923b9f93f2e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 1 23:13:35 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 1 23:14:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7a5c5b6
dev-python/hypothesmith: treeclean
Bug: https://bugs.gentoo.org/931377
Bug: https://bugs.gentoo.org/921823
Bug: https://bugs.gentoo.org/921821
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/hypothesmith/Manifest | 1 -
dev-python/hypothesmith/hypothesmith-0.2.0.ebuild | 46 -----------------------
dev-python/hypothesmith/metadata.xml | 9 -----
3 files changed, 56 deletions(-)
diff --git a/dev-python/hypothesmith/Manifest b/dev-python/hypothesmith/Manifest
deleted file mode 100644
index 37e577843..000000000
--- a/dev-python/hypothesmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hypothesmith-0.2.0.tar.gz 24933 BLAKE2B 36c5296d2ab5d86a2dcde565bda16aff31de7f0be1cbc487ea2115e6e3baacf5ba740192885dd5a843d53c51932551574c0debd97f1b374a4e0bea48ec4204d4 SHA512 b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045
diff --git a/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild b/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild
deleted file mode 100644
index a67837601..000000000
--- a/dev-python/hypothesmith/hypothesmith-0.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 ) # python3_11 depends on dev-python/libcst
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Hypothesis strategies for generating Python programs"
-HOMEPAGE="https://github.com/Zac-HD/hypothesmith"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_prepare() {
- default
- sed -e '/-Werror/d' \
- -e '/--cov/d' \
- -i tox.ini || die
-}
-
-RDEPEND="
- >=dev-python/hypothesis-5.41.0[${PYTHON_USEDEP}]
- >=dev-python/lark-0.7.2[${PYTHON_USEDEP}]
- >=dev-python/libcst-0.3.8[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/black[${PYTHON_USEDEP}]
- dev-python/parso[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests --install pytest
-
-python_test() {
- # https://github.com/Zac-HD/hypothesmith/issues/21
- local EPYTEST_DESELECT=( 'tests/test_cst.py::test_source_code_from_libcst_node_type' )
- epytest
-}
diff --git a/dev-python/hypothesmith/metadata.xml b/dev-python/hypothesmith/metadata.xml
deleted file mode 100644
index c9f2d9ef1..000000000
--- a/dev-python/hypothesmith/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">Zac-HD/hypothesmith</remote-id>
- <remote-id type="pypi">hypothesmith</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-01 23:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08 5:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypothesmith/ Theo Anderson
-- strict thread matches above, loose matches on Subject: below --
2024-06-01 23:17 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-01 23:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox