mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
weevely: v3.5 bump
This commit is contained in:
parent
9147d3a258
commit
6a35997d36
2 changed files with 8 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
DIST weevely-3.4.tar.gz 158095 SHA256 86331c4c222dbc940bfdc8a12bfae0284ca369216e8f95ff136b6a1db99b0a33 SHA512 b2149a925f0c37aabc5956d463aeddb3b3607e96b41506584d0f22a5ae6bd417991eb2eac27ab869c84081cc6d939907f6bdbad406f7585e84a34e39437529ad WHIRLPOOL d9a2cd82c5f7abf242c2eacedb27ff68fc5ea3d3024a9d91f173ff01f331ed1529efd705103c2546935d05c5936f8276e34764fac20a7be7833e7a603b589c34
|
||||
DIST weevely-3.5.tar.gz 157161 BLAKE2B 5db3af547009030c61a30db274aa439f7614960d4a26d0d4f40a09983b75c8a8f93a825a9077b0af2a609dec2078c704f6e8fed63385651c078d05684b588fce SHA512 a75ec92dfd9753bfebb9be89e68d87e8a2ce03d756921f461b79dd90873ac25dd584c81a8393114e61eb7926b0f1ff555b33d4016132bca35fc78cd233ac8c4c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -18,11 +18,11 @@ IUSE=""
|
|||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/prettytable
|
||||
dev-python/mako
|
||||
dev-python/pyyaml
|
||||
dev-python/python-dateutil
|
||||
dev-python/PySocks"
|
||||
dev-python/prettytable[${PYTHON_USEDEP}]
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/PySocks[${PYTHON_USEDEP}]"
|
||||
|
||||
RESTRICT="mirror"
|
||||
DOCS=( README.md )
|
||||
|
|
@ -38,5 +38,5 @@ src_install() {
|
|||
python_fix_shebang "${ED}"/usr/share/${PN}
|
||||
|
||||
fperms +x /usr/share/${PN}/${PN}.py
|
||||
dosym /usr/share/${PN}/${PN}.py /usr/bin/${PN}
|
||||
dosym "${EPREFIX}"/usr/share/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue