* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyinstaller/
@ 2021-02-19 10:20 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-02-19 10:20 UTC (permalink / raw
To: gentoo-commits
commit: ba7de02f5747e0b88ed2d108741b6997172d00a4
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Thu Feb 18 12:47:46 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 18 12:47:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba7de02f
dev-python/pyinstaller: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
dev-python/pyinstaller/Manifest | 1 +
dev-python/pyinstaller/metadata.xml | 8 ++++++++
dev-python/pyinstaller/pyinstaller-4.2.ebuild | 17 +++++++++++++++++
3 files changed, 26 insertions(+)
diff --git a/dev-python/pyinstaller/Manifest b/dev-python/pyinstaller/Manifest
new file mode 100644
index 00000000..c31d065b
--- /dev/null
+++ b/dev-python/pyinstaller/Manifest
@@ -0,0 +1 @@
+DIST pyinstaller-4.2.tar.gz 3596102 BLAKE2B 2b273c043c4b584741cb4a4a2ef1df5b4305c775155f7195d2441b7dd69d169b768143d11141df6e0b3a27400f4f978460f0c923192c21695c26d0189a2b8855 SHA512 54acf059756cbbaa37fb559e9691dc8b3af77f7f57885f8fb142050662769f9138477686d0b768274f23166d2d327b4f9d4924b7077cdf1736790d7e2a3e161d
diff --git a/dev-python/pyinstaller/metadata.xml b/dev-python/pyinstaller/metadata.xml
new file mode 100644
index 00000000..ad8cead2
--- /dev/null
+++ b/dev-python/pyinstaller/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>svdm-gentoo@protonmail.com</email>
+ <name>Simon van der Maas</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pyinstaller/pyinstaller-4.2.ebuild b/dev-python/pyinstaller/pyinstaller-4.2.ebuild
new file mode 100644
index 00000000..568465d3
--- /dev/null
+++ b/dev-python/pyinstaller/pyinstaller-4.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Bundles a Python application and all its dependencies into a single package."
+HOMEPAGE="https://pypi.org/project/pyinstaller/"
+SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyinstaller/
@ 2022-06-20 7:42 Florian Schmaus
0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-06-20 7:42 UTC (permalink / raw
To: gentoo-commits
commit: daf76a3c6424f8c26d179b8f8b7877cd8c04e7c6
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Jun 20 02:33:18 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 02:33:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daf76a3c
dev-python/pyinstaller: add 4.2-r1
* Fix LICENSE
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
.../pyinstaller/{pyinstaller-4.2.ebuild => pyinstaller-4.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyinstaller/pyinstaller-4.2.ebuild b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
similarity index 91%
rename from dev-python/pyinstaller/pyinstaller-4.2.ebuild
rename to dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
index 2d9710493..f3b977923 100644
--- a/dev-python/pyinstaller/pyinstaller-4.2.ebuild
+++ b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Bundles a Python application and all its dependencies into a single
HOMEPAGE="https://pypi.org/project/pyinstaller/"
SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception"
SLOT="0"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-20 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 7:42 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyinstaller/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2021-02-19 10:20 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox