-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/cruft: new package, add 2.15.0
Signed-off-by: Andrew Udvare <[email protected]>
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
DIST cruft-2.15.0.tar.gz 23966 BLAKE2B dba3a6f6db5e983d574e6bf5a6312cd28a3b0031f4e344ef42d87f0b7dc2aaf125b3b8357a5d4b12f851b56a2e5cfa90d01f6522a78d99e2f4dedae57a601a8f SHA512 fc294cd12bd2b28985dd9eefacbc4de8444e570100e9aa9d8f65de4876cb77aec23a43accaebd0f92d5e24f5db05236bb8be039cff78e984e7f91958a2d8211d | ||
EBUILD cruft-2.15.0.ebuild 872 BLAKE2B a2a2d742bff45b64e86598b63d8c2bf626f647a15a391c072f1a001d5166ea4a88394ce0330f463e6bae108b825c447c38704b6695a46f39994c06538075cc42 SHA512 20f3352cc08ea3015bc0229b7c95ec72141e6bc3a58607a6b7701209ddc77f5eee426caa35d71e8e2dc40f0d312d9dd38c8560030a5df186ed83fbdb770134c5 | ||
MISC metadata.xml 365 BLAKE2B fd398fd0284609df2f804cce42f7ba5e6506ae511a8da50b66e4f9df0b88425c721d1443b0dc4a6bdd4674790c41e4e72188e6adbdbb836fa409e14d90385348 SHA512 a057b0ba10a1b1c1e73aeda6a39be693644de0f9752978f124d572b124595d39b5ffc7e78f64f42de4e00f811e96e6c952e7c806290c55d6be466a35074aadf2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DISTUTILS_USE_PEP517=poetry | ||
PYTHON_COMPAT=( python3_1{0,1,2} ) | ||
|
||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION="Fight back against the boilerplate monster." | ||
HOMEPAGE="https://pypi.org/project/cruft/ https://cruft.github.io/ https://github.com/cruft/cruft/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
|
||
RDEPEND="dev-python/GitPython[${PYTHON_USEDEP}] | ||
dev-python/click[${PYTHON_USEDEP}] | ||
dev-python/importlib-metadata[${PYTHON_USEDEP}] | ||
dev-python/toml[${PYTHON_USEDEP}] | ||
dev-python/typer[${PYTHON_USEDEP}] | ||
dev-util/cookiecutter[${PYTHON_USEDEP}]" | ||
BDEPEND="test? ( | ||
dev-python/pytest-cov[${PYTHON_USEDEP}] | ||
dev-python/pytest-mock[${PYTHON_USEDEP}] | ||
dev-python/pytest-repeat[${PYTHON_USEDEP}] | ||
dev-python/pytest-xdist[${PYTHON_USEDEP}] | ||
)" | ||
|
||
distutils_enable_tests pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Andrew Udvare</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">cruft/cruft</remote-id> | ||
<remote-id type="pypi">cruft</remote-id> | ||
</upstream> | ||
</pkgmetadata> |