back to updates
This commit is contained in:
2
dev-python/imdbpy/Manifest
Normal file
2
dev-python/imdbpy/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST IMDbPY-2020.9.25.tar.gz 259453 BLAKE2B a703682d11d798c182bb4fe0a93f8dd50c9e673ff8bb6f1acbea768121c32ec6c3293a559b48381e547c21b12103732d537c6402f0f9c3851016ae0d36376d32 SHA512 5cea5146ace93b525be97ce5f3d8bb037be2e43280b3893c5475b8b2f84265e61db72ef935b1a50c341577a22ce4c98ac6d052eb047868fa88fb2dd3fab6d86a
|
||||
EBUILD imdbpy-2020.9.25.ebuild 598 BLAKE2B 37b073e0088a15d869f5c0a98fb81edbf1b76c273b4ae7dca1d38a9e1dda18b7de222fc9cef1f031b7c5900e358398af599df7cdbb8cbf6531534f78aa7f06a6 SHA512 143bbd82f974042a53c783dd3db0c04b647dcf55f18ad340871d7efa7c51468e8035d761880cb193b8e405d2bb3c881e7df0b8304db8415816feefd99dccfcb1
|
||||
22
dev-python/imdbpy/imdbpy-2020.9.25.ebuild
Normal file
22
dev-python/imdbpy/imdbpy-2020.9.25.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2+ pypy{,3} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} pypy{,3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="IMDbPY is a Python package for retrieving and managing the data of the IMDb movie database about movies and people"
|
||||
HOMEPAGE="https://imdbpy.github.io/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/ea/4d/6b93b77fe7150057df105a89e1c7eb84095c6e42d41058d4b5dc5bd2946d/IMDbPY-2020.9.25.tar.gz"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
LICENSE="GPL2"
|
||||
KEYWORDS="*"
|
||||
|
||||
S="${WORKDIR}/IMDbPY-${PV}"
|
||||
Reference in New Issue
Block a user