diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-03-10 22:17:42 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-03-10 22:17:42 +0300 |
commit | d6680e56ea931eadfcf32cfdc11e605569dafe3e (patch) | |
tree | 97ee756b8b37794639e512510daf666cc3e42147 /dev-python | |
parent | mail-client/thunderbird: switch to bundled libvpx by default (diff) | |
download | gentoo-d6680e56ea931eadfcf32cfdc11e605569dafe3e.tar.gz gentoo-d6680e56ea931eadfcf32cfdc11e605569dafe3e.tar.bz2 gentoo-d6680e56ea931eadfcf32cfdc11e605569dafe3e.zip |
dev-python/cx_Freeze: version bump
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cx_Freeze/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.1.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index 2f5017a04184..f1c5bd60d5c2 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1 +1,2 @@ DIST cx_Freeze-5.0.2.tar.gz 60104 BLAKE2B 476b418f0dc7b702e3bf2f651761f0ae8978eaf29108340a397ba6d225b8196dd0278fbb27cad78843ef4246176a8d4fb241d9ee0111a7470179cd0829f9250a SHA512 eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 +DIST cx_Freeze-6.1.tar.gz 92474 BLAKE2B 5341b30b202ab96c34c82e5b12dc6a99ebaf429b6a4b6356a55c5d4fefae7504fd017cb5d29cd1601a6affca0e8e8aa1e01ececbf57011f9235b4c516b21a772 SHA512 029753e8b9eafdad383254af0f7296052c124b662473f4453b6bda0ea500430642d93941a59c23df1d0bbbee462f7d61390b5f66c946372c96bf41ea6ffbc685 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild new file mode 100644 index 000000000000..42c54a9c4899 --- /dev/null +++ b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +inherit distutils-r1 + +DESCRIPTION="Create standalone executables from Python scripts" +HOMEPAGE="https://anthony-tuininga.github.io/cx_Freeze/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + "${FILESDIR}/${PN}-5.0.2-buildsystem.patch" # bug #491602 +) +# test folder missing half the source content. |