mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/hijri-converter: switch to pypi
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST hijri-converter-2.2.4.tar.gz 42188 BLAKE2B 04835edd0d04d8c0daf095d37db6ab855aa8415860b5d048d3f4837b392f61ab946992c9cfcaa255f7bed12482926ebe2cdaf922600192eb430fc85acd26ffc8 SHA512 6fd9f76db388d7e489af5b23f815e14ed279cad6fb7ccce97a0bd329e12dad935bca30e0d46b3d9d26d9e92b10a13f6e10e7371c394f8ff62bdd3b9148951f7c
|
||||
DIST hijri-converter-2.2.4.tar.gz 34899 BLAKE2B 749d50ed8f669766d4b605dbec30173c69be7a0a66eb7bcbfc65a915ad5c340a75f0948a045edafa4111a9c0386b8a502c92236168e691535dac95aeb0a08705 SHA512 3d11bf642c97ad5b2dd50f0015d69ba7f63557ab0977fd174418e3ee2ae4406189b571ce9f0e0f7960ea13248206ba12287d63a7090bb0781d3b9baf7b79dd98
|
||||
|
||||
@@ -3,19 +3,16 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
|
||||
HOMEPAGE="https://github.com/dralshehri/hijri-converter"
|
||||
SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
Reference in New Issue
Block a user