diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-26 09:02:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-26 09:02:29 +0000 |
| commit | 2fc33273150b3b4dd196028483446c6ee98cee2d (patch) | |
| tree | ea3b0df33042ef40fe1efc79369f61352d6d0bf1 /dev-python/wxpython/wxpython-4.2.0.ebuild | |
| parent | 6d02d2a34f1f9fab7c0997458e000437629755dd (diff) | |
| download | baldeagleos-repo-2fc33273150b3b4dd196028483446c6ee98cee2d.tar.gz baldeagleos-repo-2fc33273150b3b4dd196028483446c6ee98cee2d.tar.xz baldeagleos-repo-2fc33273150b3b4dd196028483446c6ee98cee2d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wxpython/wxpython-4.2.0.ebuild')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.2.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild index 5881aef2c7ee..d940bd118be3 100644 --- a/dev-python/wxpython/wxpython-4.2.0.ebuild +++ b/dev-python/wxpython/wxpython-4.2.0.ebuild @@ -5,16 +5,14 @@ EAPI=8 DISTUTILS_IN_SOURCE_BUILD="1" PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYPI_NO_NORMALIZE=1 +PYPI_PN="wxPython" WX_GTK_VER="3.2-gtk3" -inherit distutils-r1 multiprocessing virtualx wxwidgets - -MY_PN="wxPython" -MY_PV="${PV/_p/.post}" +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" LICENSE="wxWinLL-3" SLOT="4.0" @@ -48,8 +46,6 @@ BDEPEND=" ) " -S="${WORKDIR}/${MY_PN}-${MY_PV}" - PATCHES=( #"${FILESDIR}/${PN}-4.0.6-skip-broken-tests.patch" "${FILESDIR}/${PN}-4.2.0-no-attrdict.patch" |
