summaryrefslogtreecommitdiff
path: root/dev-python/dateparser/dateparser-1.1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dateparser/dateparser-1.1.4.ebuild')
-rw-r--r--dev-python/dateparser/dateparser-1.1.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/dateparser/dateparser-1.1.4.ebuild b/dev-python/dateparser/dateparser-1.1.4.ebuild
index 2f206b9..cae087e 100644
--- a/dev-python/dateparser/dateparser-1.1.4.ebuild
+++ b/dev-python/dateparser/dateparser-1.1.4.ebuild
@@ -5,11 +5,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="Date parsing library designed to parse dates from HTML pages"
HOMEPAGE="https://github.com/scrapinghub/dateparser"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-4"
SLOT="0"
@@ -44,7 +43,7 @@ EPYTEST_DESELECT=(
distutils_enable_tests pytest
distutils_enable_sphinx docs \
- dev-python/sphinx_rtd_theme
+ dev-python/sphinx-rtd-theme
pkg_postinst() {
optfeature "calendars support" "dev-python/hijri-converter dev-python/convertdate"