diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-02 18:21:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-02 18:21:17 +0000 |
| commit | 06abf6549a5dc0ade7c98918684e08cfee2e1d81 (patch) | |
| tree | 8ff5b7b6bec18bb7e4abf2aee8e26c8cbb791878 /dev-python/arrow | |
| parent | b3f9da10e6b1f272ff0fe6d21e882002f57ca1dd (diff) | |
| download | baldeagleos-repo-06abf6549a5dc0ade7c98918684e08cfee2e1d81.tar.gz baldeagleos-repo-06abf6549a5dc0ade7c98918684e08cfee2e1d81.tar.xz baldeagleos-repo-06abf6549a5dc0ade7c98918684e08cfee2e1d81.zip | |
Adding metadata
Diffstat (limited to 'dev-python/arrow')
| -rw-r--r-- | dev-python/arrow/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/arrow/arrow-1.2.3.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest index a54604b6ff22..5c8e2401fd82 100644 --- a/dev-python/arrow/Manifest +++ b/dev-python/arrow/Manifest @@ -1,2 +1 @@ -DIST arrow-1.2.3.tar.gz 127552 BLAKE2B 35f5b694d819d80913b5938e4af71f413fd3944636c1e89a79e868c03cb423f75692c1f0e8d85dba21e640591f8cd0404cdc6d77dd59956490d268fb4c9fdc7b SHA512 e90276f50bf8521570cc2cdbf011ff376e0d5bada0576bbfc76f6c63730c13f7eba1d978cc3a481e7c7356b0dce7c554f19cbf3ef03b280c5515be72d2c7d177 DIST arrow-1.3.0.tar.gz 131960 BLAKE2B 892ed898ea09a00ca100eada18956994d3567836c30feec50e1d2d1bca6a603c3f9254def16cd55b46e68c1530f8bf7c0f55401b458cc5aadf0883ade0899e90 SHA512 f0725e75d1005e0177bb234b3d2523aaf9e882ec08b020f6b3737a3af27af3c8c031aee9dcba0332595845a09a0286d56662b77ddad8a6da928ba37201725239 diff --git a/dev-python/arrow/arrow-1.2.3.ebuild b/dev-python/arrow/arrow-1.2.3.ebuild deleted file mode 100644 index c87739cb4e31..000000000000 --- a/dev-python/arrow/arrow-1.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Better dates and times for Python" -HOMEPAGE=" - https://github.com/arrow-py/arrow/ - https://pypi.org/project/arrow/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" - -RDEPEND=" - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -e '/addopts/d' -i tox.ini || die - distutils-r1_src_prepare -} |
