diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-20 13:25:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-20 13:25:09 +0000 |
| commit | 422fdd9fb085a458fbeeb0ee21c87559c5ebcc6f (patch) | |
| tree | 04ccfefb247b41c21f693be687f6865da2b3a22e /dev-python/wxpython/wxpython-4.0.7-r4.ebuild | |
| parent | 03932a0109e4f4c6a80766bdc61fd6c52333a24e (diff) | |
| download | baldeagleos-repo-422fdd9fb085a458fbeeb0ee21c87559c5ebcc6f.tar.gz baldeagleos-repo-422fdd9fb085a458fbeeb0ee21c87559c5ebcc6f.tar.xz baldeagleos-repo-422fdd9fb085a458fbeeb0ee21c87559c5ebcc6f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wxpython/wxpython-4.0.7-r4.ebuild')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.0.7-r4.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7-r4.ebuild b/dev-python/wxpython/wxpython-4.0.7-r4.ebuild index c7f229c42ee3..55eb83b01a48 100644 --- a/dev-python/wxpython/wxpython-4.0.7-r4.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7-r4.ebuild @@ -2,19 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -WX_GTK_VER="3.0-gtk3" DISTUTILS_IN_SOURCE_BUILD="1" +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYPI_NO_NORMALIZE=1 +PYPI_PN="wxPython" +WX_GTK_VER="3.0-gtk3" -inherit distutils-r1 multiprocessing virtualx wxwidgets - -MY_PN="wxPython" -MY_PV="${PV}.post2" +inherit distutils-r1 multiprocessing virtualx wxwidgets pypi DESCRIPTION="A blending of the wxWindows C++ class library with Python" HOMEPAGE="https://www.wxpython.org/" -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz" +SRC_URI="$(pypi_sdist_url --no-normalize "${PYPI_PN}" "${PV}.post2")" LICENSE="wxWinLL-3" SLOT="4.0" @@ -45,7 +44,7 @@ BDEPEND="${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )" -S="${WORKDIR}/${MY_PN}-${MY_PV}" +S="${WORKDIR}/${PYPI_PN}-${PV}.post2" PATCHES=( "${FILESDIR}/${PN}-4.0.6-skip-broken-tests.patch" |
