summaryrefslogtreecommitdiff
path: root/dev-python/pyannotate/pyannotate-1.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-20 12:46:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-08-20 12:46:36 +0000
commitbf8ca026b4637375c322ff0b81d61f267b5cfdb4 (patch)
tree47fc220ac11454395bf3c9aacc2d681767bab09c /dev-python/pyannotate/pyannotate-1.2.0.ebuild
parentae19e9f8d5c3d15735188b10eb92d9fcf5c0ff00 (diff)
downloadbaldeagleos-repo-bf8ca026b4637375c322ff0b81d61f267b5cfdb4.tar.gz
baldeagleos-repo-bf8ca026b4637375c322ff0b81d61f267b5cfdb4.tar.xz
baldeagleos-repo-bf8ca026b4637375c322ff0b81d61f267b5cfdb4.zip
Adding metadata
Diffstat (limited to 'dev-python/pyannotate/pyannotate-1.2.0.ebuild')
-rw-r--r--dev-python/pyannotate/pyannotate-1.2.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
new file mode 100644
index 000000000000..15a4e1a4bf44
--- /dev/null
+++ b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+inherit distutils-r1
+
+DESCRIPTION="Auto-generate PEP-484 annotations"
+HOMEPAGE="https://github.com/dropbox/pyannotate"
+SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/mypy_extensions[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest