Skip to content

Commit 93c6a9d

Browse files
committed
zkg: port to python3.12 and the dependencies
1 parent 5c84de3 commit 93c6a9d

File tree

14 files changed

+66
-26
lines changed

14 files changed

+66
-26
lines changed

app-admin/zkg/zkg-0.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..11} )
7+
PYTHON_COMPAT=( python3_{8..12} )
88
inherit distutils-r1
99

1010
DESCRIPTION="vault encryption key gateway for ZFS"

dev-python/flask-appbuilder/flask-appbuilder-4.1.3.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..9} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
inherit distutils-r1 pypi
99

1010
MY_PN="Flask-AppBuilder"
1111
MY_P="${MY_PN}-${PV}"
1212

1313
DESCRIPTION="Simple and rapid application development framework, built on top of Flask"
1414
HOMEPAGE="https://pypi.org/project/Flask-AppBuilder/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1615
S="${WORKDIR}/${MY_P}"
1716

1817
LICENSE="BSD"

dev-python/flask-caching/flask-caching-2.0.1.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..10} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
inherit distutils-r1 pypi
99

1010
MY_PN="Flask-Caching"
1111
MY_P="${MY_PN}-${PV}"
1212

1313
DESCRIPTION="Adds caching support to Flask applications"
1414
HOMEPAGE="https://pypi.org/project/Flask-Caching/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1615
S="${WORKDIR}/${MY_P}"
1716

1817
LICENSE="BSD"

dev-python/flask-env/flask-env-2.0.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{7..11} )
7+
PYTHON_COMPAT=( python3_{9..12} )
88
inherit distutils-r1
99

1010
DESCRIPTION=""

dev-python/flask-failsafe/flask-failsafe-0.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{7..11} )
7+
PYTHON_COMPAT=( python3_{8..12} )
88
inherit distutils-r1
99

1010
DESCRIPTION="A failsafe for the Flask reloader."

dev-python/flask-jwt-extended/flask-jwt-extended-4.4.4.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..10} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
inherit distutils-r1 pypi
99

1010
MY_PN="Flask-JWT-Extended"
1111
MY_P="${MY_PN}-${PV}"
1212

1313
DESCRIPTION="Extended JWT integration with Flask"
1414
HOMEPAGE="https://pypi.org/project/Flask-JWT-Extended/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1615
S="${WORKDIR}/${MY_P}"
1716

1817
LICENSE="BSD"

dev-python/flask-limiter/flask-limiter-3.3.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{7..11} )
7+
PYTHON_COMPAT=( python3_{8..12} )
88
inherit distutils-r1
99
MY_P="Flask-Limiter-${PV}"
1010
DESCRIPTION=""

dev-python/flask-openid/flask-openid-1.3.0.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..10} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
inherit distutils-r1 pypi
99

1010
MY_PN="Flask-OpenID"
1111
MY_P="${MY_PN}-${PV}"
1212

1313
DESCRIPTION="OpenID support for Flask"
1414
HOMEPAGE="https://pypi.org/project/Flask-OpenID/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1615
S="${WORKDIR}/${MY_P}"
1716

1817
LICENSE="BSD"

dev-python/flask-session/flask-session-0.4.0.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..10} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
9+
inherit distutils-r1 pypi
910

1011
MY_PN="Flask-Session"
1112
MY_P="${MY_PN}-${PV}"
1213

1314
DESCRIPTION="Adds server-side session support to your Flask application"
1415
HOMEPAGE="https://pypi.org/project/Flask-Session/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1616
S="${WORKDIR}/${MY_P}"
1717

1818
LICENSE="BSD"

dev-python/flask-wtf/flask-wtf-0.15.1.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{8..10} )
8-
inherit distutils-r1
7+
PYTHON_COMPAT=( python3_{8..12} )
8+
inherit distutils-r1 pypi
99

1010
MY_PN="Flask-WTF"
1111
MY_P="${MY_PN}-${PV}"
1212

1313
DESCRIPTION="Simple integration of Flask and WTForms"
1414
HOMEPAGE="https://pythonhosted.org/Flask-WTF/ https://pypi.org/project/Flask-WTF/"
15-
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
1615
S="${WORKDIR}/${MY_P}"
1716

1817
LICENSE="BSD"

0 commit comments

Comments
 (0)