diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-06 13:44:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-06 13:44:35 +0000 |
| commit | 8d60087a92d02932d30bb6d5a78354726ca91e6d (patch) | |
| tree | a16964ed5b86488d9c4695b72c2c9b8cb0fc40d3 /dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild | |
| parent | 6a0b0ec2d4ea0a9161ec870a8c70e698fc4ba074 (diff) | |
| download | baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.tar.gz baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.tar.xz baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild')
| -rw-r--r-- | dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild deleted file mode 100644 index c6363a96b939..000000000000 --- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -EPYTEST_DESELECT=( tests/types/test_timezone.py ) -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="Various utility functions and datatypes for SQLAlchemy" -HOMEPAGE=" - https://github.com/kvesteri/sqlalchemy-utils - https://pypi.org/project/SQLAlchemy-Utils/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.3[${PYTHON_USEDEP}] - >=dev-python/docutils-0.10[${PYTHON_USEDEP}] - >=dev-python/flexmock-0.9.7[${PYTHON_USEDEP}] - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/psycopg-2.5.1[${PYTHON_USEDEP}] - >=dev-python/psycopg2cffi-2.8.1[${PYTHON_USEDEP}] - >=dev-python/pg8000-1.12.4[${PYTHON_USEDEP}] - >=dev-python/pytz-2014.2[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}] - dev-python/pymysql[${PYTHON_USEDEP}] - dev-python/pyodbc[${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |
