[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrex/, profiles/

2020-09-02 Thread Michał Górny
commit: 08cd12b08f8c0d53a2dd9823b2410eb8903023bd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  2 08:01:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  2 08:01:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cd12b0

dev-python/pyrex: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyrex/Manifest  |  1 -
 dev-python/pyrex/metadata.xml  |  8 
 dev-python/pyrex/pyrex-0.9.9-r1.ebuild | 36 --
 profiles/package.mask  |  5 -
 4 files changed, 50 deletions(-)

diff --git a/dev-python/pyrex/Manifest b/dev-python/pyrex/Manifest
deleted file mode 100644
index 86acc73af63..000
--- a/dev-python/pyrex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Pyrex-0.9.9.tar.gz 255272 BLAKE2B 
852e4caf784677742ce6e207d9556b64adaeb72dce7ec8dcfe008f37524890e12017babf74fbd022ef84b6736669692df7d60a9e3b04697c0e30f585a59207c3
 SHA512 
724b14278760fffb751bd9dc24e18dbe85732f069d186ee89bc9f28dd8f912d5f69492d28e705f55de2db56c343f10f21c6a1c39bda1d7c234d09a3d5e192f6b

diff --git a/dev-python/pyrex/metadata.xml b/dev-python/pyrex/metadata.xml
deleted file mode 100644
index 9e5274c5b4a..000
--- a/dev-python/pyrex/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   pyt...@gentoo.org
-   Python
-
-

diff --git a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild 
b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild
deleted file mode 100644
index ab58557d639..000
--- a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="Pyrex-${PV}"
-
-DESCRIPTION="A language for writing Python extension modules"
-HOMEPAGE="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
-SRC_URI="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="examples"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=""
-RDEPEND=""
-DOCS=( CHANGES.txt README.txt ToDo.txt USAGE.txt )
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   dohtml -A c -r Doc/.
-
-   if use examples; then
-   dodoc -r Demos
-   docompress -x /usr/share/doc/${PF}/Demos
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 37ad33632a1..bbe6bfa45c7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -756,11 +756,6 @@ media-gfx/printrun
 # Removal in 30 days
 dev-python/pyvorbis
 
-# Aaron Bauman  (2020-08-01)
-# Py2 only. Dead upstream.
-# Removal in 30 days
-dev-python/pyrex
-
 # Aaron Bauman  (2020-08-01)
 # Py2 only. Last upstream release 2013.
 # Removal in 30 days. Last 2 have deps on cddb.



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrex/

2018-04-20 Thread Michał Górny
commit: e4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 20 21:13:18 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 20 21:41:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fa60c7

dev-python/pyrex: Use HTTPS for HOMEPAGE+SRC_URI

 dev-python/pyrex/pyrex-0.9.9-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild 
b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild
index 23522a411b1..cfd241c1fa5 100644
--- a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild
+++ b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,8 +10,8 @@ inherit distutils-r1
 MY_P="Pyrex-${PV}"
 
 DESCRIPTION="A language for writing Python extension modules"
-HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
-SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz;
+HOMEPAGE="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
+SRC_URI="https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"