summaryrefslogtreecommitdiff
path: root/dev-python/pyannotate/pyannotate-1.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-29 00:51:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-29 00:51:18 +0000
commitc2ee96b0307df455d970dd1926c8652909ba767c (patch)
tree5d8d13e2bbc6fe9003b2ec96a94d0e2f501b2987 /dev-python/pyannotate/pyannotate-1.2.0.ebuild
parentc727ef413bd99c61e1775c18e542a4018b6743a7 (diff)
downloadbaldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.tar.gz
baldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.tar.xz
baldeagleos-repo-c2ee96b0307df455d970dd1926c8652909ba767c.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, 0 insertions, 20 deletions
diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild
deleted file mode 100644
index e8118ad6d1b8..000000000000
--- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 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,11} )
-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