mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pylnk3-0.4.2.ebuild
This commit is contained in:
parent
b0a711aa91
commit
0c9a24024b
3 changed files with 21 additions and 30 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST pylnk3-0.3.0.tar.gz 16723 BLAKE2B 3c23505e7a0c33f5ce3754491612d19197370972b8b20ad539282662e9f9e6946bfefd39b958a5f67efb5b8cb7963a4b9739b9ed558a81f73e7e7bd921df3863 SHA512 412609067836e12bdc366c1c2c288329adc59d92d016d8adb809f92905b360f2c49fc457094f16fe70e574f628966d0401a679a311ae265d7dd57fcaa90543c2
|
||||
DIST pylnk3-0.4.0.tar.gz 18823 BLAKE2B 279925e789378b8b8924246dc32403108f0d545d562561b0035f11e5c9b8306ce620a92a161d8e444d72815442154b93b157eddf12ad18976b5daae3cf21abc4 SHA512 f508a7dfef80d74953ace36ceb9e3db266530e4736108e17e785b23a8cee911721b3d45caa37cd50f38c318d8f8e96f7e8093d23a5a34d938064f9e4705ce7f6
|
||||
DIST pylnk3-0.4.2.tar.gz 19350 BLAKE2B 7927df625cf23662d834efad22ca3bcb18212ad1e8019f3b5744f95e9051dabe35aa34bfa595abfcc6c5714cd3cccb6d51eef8544b6e7ea81a3e0b15ec3ee9e4 SHA512 51c5151bad5833970e97b53d06c9a5afa736b3e23b838a526527ca4c7ff42f21463380027fd84ee368414692abafe76dbb45c64713b6664c211a9bf82d45e086
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for reading and writing Windows shortcut files"
|
||||
HOMEPAGE="https://sourceforge.net/projects/pylnk/"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
#HASH_COMMIT="c0c2f7451d435b64ed8899aa0cc650c817208043"
|
||||
#SRC_URI="https://github.com/strayge/pylnk/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
#src_prepare(){
|
||||
# sed -e 's|pylnk3|pylnk|' -i setup.py || die "sed failed"
|
||||
# eapply_user
|
||||
#}
|
||||
20
dev-python/pylnk3/pylnk3-0.4.2.ebuild
Normal file
20
dev-python/pylnk3/pylnk3-0.4.2.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for reading and writing Windows shortcut files"
|
||||
HOMEPAGE="https://sourceforge.net/projects/pylnk/"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue