net-mail/mailman-web: update SRC_URI
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
c87d16f1f2
commit
58b2aab079
|
@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
|
||||||
DESCRIPTION=Django project that contains default and url settings for Mailman3 Web Interface
|
DESCRIPTION=Django project that contains default and url settings for Mailman3 Web Interface
|
||||||
EAPI=7
|
EAPI=7
|
||||||
HOMEPAGE=https://pypi.org/project/mailman-web/
|
HOMEPAGE=https://pypi.org/project/mailman-web/
|
||||||
INHERIT=distutils-r1
|
INHERIT=distutils-r1 pypi
|
||||||
IUSE=mysql python_targets_python3_10 python_targets_python3_11
|
IUSE=mysql python_targets_python3_10 python_targets_python3_11
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=mysql? ( dev-python/mysqlclient[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) dev-python/cmarkgfm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/django-mailman3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/HyperKitty[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/postorius[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
RDEPEND=mysql? ( dev-python/mysqlclient[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) dev-python/cmarkgfm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/django-mailman3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/HyperKitty[python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-mail/postorius[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=mirror://pypi/m/mailman-web/mailman-web-0.0.6.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/m/mailman-web/mailman-web-0.0.6.tar.gz
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
|
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||||
_md5_=9507e66a5d84a5bbc56e02abc1333dc0
|
_md5_=53790b82d48f5abd4c32f6d034fcc79d
|
||||||
|
|
|
@ -7,9 +7,9 @@ INHERIT=distutils-r1 pypi
|
||||||
IUSE=mysql python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
IUSE=mysql python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/whoosh[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-mail/HyperKitty[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-mail/postorius[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
RDEPEND=>=dev-python/django-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/django-4.3 dev-python/whoosh[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-mail/HyperKitty[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-mail/postorius[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/m/mailman-web/mailman_web-0.0.9.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/m/mailman-web/mailman_web-0.0.9.tar.gz
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||||
_md5_=188cdb6c98142e96b22122837ec6da60
|
_md5_=ed039386cc6315c595f4fd6818a054e0
|
||||||
|
|
|
@ -4,18 +4,17 @@
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Django project that contains default and url settings for Mailman3 Web Interface"
|
DESCRIPTION="Django project that contains default and url settings for Mailman3 Web Interface"
|
||||||
HOMEPAGE="https://pypi.org/project/mailman-web/"
|
HOMEPAGE="https://pypi.org/project/mailman-web/"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="$(pypi_sdist_url --no-normalize ${MY_PN})"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="mysql"
|
IUSE="mysql"
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||||
dev-python/cmarkgfm[${PYTHON_USEDEP}]
|
dev-python/cmarkgfm[${PYTHON_USEDEP}]
|
||||||
|
@ -23,4 +22,3 @@ RDEPEND="
|
||||||
net-mail/HyperKitty[${PYTHON_USEDEP}]
|
net-mail/HyperKitty[${PYTHON_USEDEP}]
|
||||||
net-mail/postorius[${PYTHON_USEDEP}]
|
net-mail/postorius[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND=""
|
|
||||||
|
|
|
@ -16,7 +16,8 @@ KEYWORDS="~amd64"
|
||||||
IUSE="mysql"
|
IUSE="mysql"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/django[${PYTHON_USEDEP}]
|
>=dev-python/django-4.0[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/django-4.3
|
||||||
dev-python/whoosh[${PYTHON_USEDEP}]
|
dev-python/whoosh[${PYTHON_USEDEP}]
|
||||||
net-mail/HyperKitty[${PYTHON_USEDEP}]
|
net-mail/HyperKitty[${PYTHON_USEDEP}]
|
||||||
net-mail/postorius[${PYTHON_USEDEP}]
|
net-mail/postorius[${PYTHON_USEDEP}]
|
||||||
|
|
Loading…
Reference in a new issue