summaryrefslogtreecommitdiff
path: root/app-vim/pydiction
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /app-vim/pydiction
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'app-vim/pydiction')
-rw-r--r--app-vim/pydiction/Manifest2
-rw-r--r--app-vim/pydiction/pydiction-1.2.3-r2.ebuild9
2 files changed, 5 insertions, 6 deletions
diff --git a/app-vim/pydiction/Manifest b/app-vim/pydiction/Manifest
index df8aded5dbe8..9a08e912084a 100644
--- a/app-vim/pydiction/Manifest
+++ b/app-vim/pydiction/Manifest
@@ -1,3 +1,3 @@
DIST pydiction-1.2.3.zip 475441 BLAKE2B 709d4de30d21ff0ba27b5b0c11276731bdef03d754c1799857ceba7edbea4fc0640714cda4103ed58878b02cc00feed5d6b08df2647139fa84910cf92db51dea SHA512 91da1d8a9be89095072724d77bdcaa342fbd5479f5027d7ed7bb2d4a382c7385b2b7fae91c1cd94605232b34a96370a86096e3c32db0d106cbcda2a82f409922
-EBUILD pydiction-1.2.3-r2.ebuild 931 BLAKE2B 33dfe15b55f1ad9007f7231be62096f890dbd0202c87585cbeb76deb2188f0211101de3b5a3d4a7bcdd94503412d730580ee58ae14c109220406815eb8bbf069 SHA512 e155f2468afdd308fd2d2287ba023384998884d8fb755bccadfe5d03537fec56cad35e60c0f7f40c12975621af7aa73926a52dc0910fd1ef034dc5cd14adfc94
+EBUILD pydiction-1.2.3-r2.ebuild 930 BLAKE2B 8903b8d82bb5a7ffcd508808b9297dfaa011fd7e50049153092c288ce33ab7ac4afd8d85190ba893e4b082e46b9a3cdbcac118dc8fd9bf8c3d241e630b73e457 SHA512 ba4f70f5d3a45acf8df4d865bdf660703c0bbd022d02345bfafe50f948e4ac53a67744c24e6d2f0db6e221abb92796066a3399e96e96961dd8b2c22a641c3b36
MISC metadata.xml 361 BLAKE2B 4cd18ca933890f32a2aca909c66c48ea1539fc4d4d558657e5fb76c66a26be7c9b24882b7688b54407e044ba1e4d641e659da10065360ddba91dad4aa391da5e SHA512 f205ce2b8f61bcc7d966345b9928efccdc2adb4ce6a36166c774134bd8959a3757a3a9a556aaa2d6c6f7b71b945be84e41903a58e66f844c4258326a66b2b667
diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
index b17b9944fb34..aea6beb9b9f0 100644
--- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit vim-plugin python-r1
DESCRIPTION="vim plugin: tab-complete your Python code"
HOMEPAGE="https://rkulla.github.io/pydiction/"
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
+S="${WORKDIR}/${PN}-master"
LICENSE="vim"
KEYWORDS="amd64 ppc ppc64 x86"
@@ -18,8 +19,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="app-arch/unzip"
RDEPEND="${PYTHON_DEPS}"
-S="${WORKDIR}/${PN}-master"
-
src_install() {
# Rename pydiction script.
mv "${PN}.py" "${PN}" || die