summaryrefslogtreecommitdiff
path: root/dev-python/dateparser/dateparser-1.1.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
commitaa50d7cfb65e59074f69e38ca3d0e5fb28c27437 (patch)
treeeaeb741512746c1fc3c4d05f330deb742385ad87 /dev-python/dateparser/dateparser-1.1.1.ebuild
parent7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (diff)
downloadbaldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.gz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.xz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.zip
Adding metadata
Diffstat (limited to 'dev-python/dateparser/dateparser-1.1.1.ebuild')
-rw-r--r--dev-python/dateparser/dateparser-1.1.1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/dateparser/dateparser-1.1.1.ebuild b/dev-python/dateparser/dateparser-1.1.1.ebuild
deleted file mode 100644
index f64048936711..000000000000
--- a/dev-python/dateparser/dateparser-1.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Date parsing library designed to parse dates from HTML pages"
-HOMEPAGE="https://github.com/scrapinghub/dateparser"
-SRC_URI="https://github.com/scrapinghub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
- dev-python/convertdate[${PYTHON_USEDEP}]
- dev-python/hijri-converter[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- <dev-python/regex-2022.3.15[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
-"
-BDEPEND="test? (
- dev-libs/fastText[python,${PYTHON_USEDEP}]
- dev-python/GitPython[${PYTHON_USEDEP}]
- dev-python/langdetect[${PYTHON_USEDEP}]
- dev-python/ordered-set[${PYTHON_USEDEP}]
- dev-python/parameterized[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- <dev-python/pytest-7.1.0[${PYTHON_USEDEP}]
-)"
-
-EPYTEST_DESELECT=(
- dateparser/date.py
- dateparser/search/__init__.py
-)
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs
-
-python_prepare_all() {
- rm tests/test_search.py || die
- distutils-r1_python_prepare_all
-}