From 9b55c1bd600df28af7b9f6ee044b714873e19b49 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Feb 2023 09:56:20 +0000 Subject: gentoo auto-resync : 26:02:2023 - 09:56:20 --- dev-python/doit-py/Manifest | 2 ++ dev-python/doit-py/doit-py-0.5.0-r1.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 dev-python/doit-py/doit-py-0.5.0-r1.ebuild (limited to 'dev-python/doit-py') diff --git a/dev-python/doit-py/Manifest b/dev-python/doit-py/Manifest index ac5bf21785ae..18a8f37b8e28 100644 --- a/dev-python/doit-py/Manifest +++ b/dev-python/doit-py/Manifest @@ -1,3 +1,5 @@ +DIST doit-py-0.5.0.gh.tar.gz 15174 BLAKE2B 092f21549d3c088baf8a96b8dd7575304d08c7ae7b0472e7a890159247422060af06c1cc14064cd608bd59e71788067c5374953b16f4511971bb3018c0245cd4 SHA512 f9e70be30f47b7251bdb479762dabe655be898f9fe37fc5ac6608110a82863a08002271620569745f9ec2f47c03529c044a6ea74244b8bb6438b3fbe7e4c28f7 DIST doit-py-0.5.0.tar.gz 15174 BLAKE2B 092f21549d3c088baf8a96b8dd7575304d08c7ae7b0472e7a890159247422060af06c1cc14064cd608bd59e71788067c5374953b16f4511971bb3018c0245cd4 SHA512 f9e70be30f47b7251bdb479762dabe655be898f9fe37fc5ac6608110a82863a08002271620569745f9ec2f47c03529c044a6ea74244b8bb6438b3fbe7e4c28f7 +EBUILD doit-py-0.5.0-r1.ebuild 712 BLAKE2B b7083088c5f14b67209105ae1627e8d6deba1e8f5cb97d01b0af8f6af52ace7145032d380dd041b499ad9970ca951a7f1ee444fa1865aa37653b49df079cde74 SHA512 50ca2723b8cddac91303beec3d8416f594d33945bbbf911cbacd951f6d422d291785cb3015237a0fcd9ae579eeaa0a7468c5a57bf7c9693b8f6755735f0bdd52 EBUILD doit-py-0.5.0.ebuild 627 BLAKE2B 299979c34032fafc87b10da64ff8d490d218050df93f584a461bdf7f006d4900c45bb192b52461b746e2f7e1c86af951fda41fda9415bd27b2c0d271885eb8c3 SHA512 5d48d286aad08b02dc4ba560c06b91305a26737b3c79973eda167a85f40751ae742086995fc2ea4c41f9b424246c55eddcff6fffca8f17e912f7fb83267204b7 MISC metadata.xml 574 BLAKE2B 7a0bbe729e4c116efeed154754527f4a2c8ce3f25aa0f0e7cddd9377ddd58032d49bd01583693014fd7006516d947f85976774da86ef2b952e14e06b4a81bc08 SHA512 e0f4d58ca417e125ace7705e1d326edad58ec391ef555f43ba3e34ee42007df84ee61f7234f98367f0410f4fa980c6a19e2493d3ae840c751687018919032294 diff --git a/dev-python/doit-py/doit-py-0.5.0-r1.ebuild b/dev-python/doit-py/doit-py-0.5.0-r1.ebuild new file mode 100644 index 000000000000..f4b939016f26 --- /dev/null +++ b/dev-python/doit-py/doit-py-0.5.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="doit tasks for python stuff" +HOMEPAGE=" + https://pythonhosted.org/doit-py/ + https://github.com/pydoit/doit-py/ + https://pypi.org/project/doit-py/ +" +SRC_URI=" + https://github.com/pydoit/doit-py/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +RDEPEND=" + dev-python/configclass[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + app-text/hunspell[l10n_en] + dev-python/pyflakes[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx doc +distutils_enable_tests pytest -- cgit v1.2.3