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

2020-05-31 Thread Michał Górny
commit: 991a4faf9c40aadcf0a6863903eafc403da759f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 10:05:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 10:07:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991a4faf

dev-python/pastescript: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719350
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pastescript/Manifest|  1 -
 dev-python/pastescript/metadata.xml| 11 
 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 59 --
 profiles/package.mask  |  5 --
 4 files changed, 76 deletions(-)

diff --git a/dev-python/pastescript/Manifest b/dev-python/pastescript/Manifest
deleted file mode 100644
index 87aed62ec40..000
--- a/dev-python/pastescript/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PasteScript-2.0.2.tar.gz 117521 BLAKE2B 
2de72050ee7f5b7037b99f9661b5445e523607afc84a8846f0e5d9e89196e302627f552825ce0e4f821b7ed9ed2713c87d7b504a4e2abf092f1e8fa014c40c4b
 SHA512 
2f093eb982972fed354219c75c2e008931cea553960cea8aaafbe57cde8556de5626e7eb9bb3b9b7328bad3b7d9899f11fc9773a65380396dae506e7531516de

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

diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild 
b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
deleted file mode 100644
index 0984831efdb..000
--- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-MY_PN="PasteScript"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A pluggable command-line frontend, including commands to setup 
package file layouts"
-HOMEPAGE="https://pypi.org/project/PasteScript/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/namespace-paste[${PYTHON_USEDEP}]
-   >=dev-python/paste-1.3[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-# Tests are broken.
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-   if use doc; then
-   einfo "Generation of documentation"
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests -v -v || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   if use doc; then
-   cd "${BUILD_DIR}"/sphinx/html || die
-   dohtml -r [a-z]* _static
-   fi
-
-   find "${D}" -name '*.pth' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 51f1290bbe4..bf5dcf29b6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -373,11 +373,6 @@ dev-python/pgpdump
 # Removal in 30 days.  Bug #719352.
 dev-python/patch
 
-# Michał Górny  (2020-04-25)
-# Stuck on py3.6.  Broken tests.  The only revdep last rited.
-# Removal in 30 days.  Bug #719350.
-dev-python/pastescript
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



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

2018-03-24 Thread Michał Górny
commit: 7759e76488bf2e2b79db8e50020e3a2648e7dab9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 19:40:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 24 11:21:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7759e764

dev-python/pastescript: remove dead HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/7537

 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild 
b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
index 328f1c65c2d..79e5abae681 100644
--- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
+++ b/dev-python/pastescript/pastescript-2.0.2-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
@@ -11,7 +11,7 @@ MY_PN="PasteScript"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A pluggable command-line frontend, including commands to setup 
package file layouts"
-HOMEPAGE="http://pythonpaste.org/script/ 
https://pypi.python.org/pypi/PasteScript;
+HOMEPAGE="https://pypi.python.org/pypi/PasteScript;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"



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

2017-09-17 Thread Matt Turner
commit: 2ce5311ec250fd1963793bef24fadf178bdb8b0a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 17 21:08:39 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 17 21:09:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce5311e

dev-python/pastescript-2.0.2-r1: x86 stable, bug 625032

 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild 
b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
index 2d2f8b5b27a..328f1c65c2d 100644
--- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
+++ b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND="



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

2017-07-15 Thread Tobias Klausmann
commit: 9d178222e223d73b97a288bf378393f05fc0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:23:10 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:23:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d17

dev-python/pastescript-2.0.2-r1: add amd64 keyword

Gentoo-Bug: 625032

 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild 
b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
index d1b00796456..2d2f8b5b27a 100644
--- a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
+++ b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND="



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

2017-05-09 Thread Michał Górny
commit: d32335f7ca9aca18bcd6543b410d43fb1e9bd20e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 18:12:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 18:43:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32335f7

dev-python/pastescript: Fix namespace support

 dev-python/pastescript/pastescript-2.0.2-r1.ebuild | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/dev-python/pastescript/pastescript-2.0.2-r1.ebuild 
b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
new file mode 100644
index 000..3f7ec1a0e22
--- /dev/null
+++ b/dev-python/pastescript/pastescript-2.0.2-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+MY_PN="PasteScript"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A pluggable command-line frontend, including commands to setup 
package file layouts"
+HOMEPAGE="http://pythonpaste.org/script/ 
https://pypi.python.org/pypi/PasteScript;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/namespace-paste[${PYTHON_USEDEP}]
+   >=dev-python/paste-1.3[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+# Tests are broken.
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile_all() {
+   if use doc; then
+   einfo "Generation of documentation"
+   esetup.py build_sphinx
+   fi
+}
+
+python_test() {
+   nosetests -v -v || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use doc; then
+   cd "${BUILD_DIR}"/sphinx/html || die
+   dohtml -r [a-z]* _static
+   fi
+
+   find "${D}" -name '*.pth' -delete || die
+}



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

2016-09-18 Thread Patrice Clement
commit: 9f554b39dc36c7fab71d821d09b5099e157a364d
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Sep 16 15:41:18 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 18 10:09:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f554b39

dev-python/pastescript: remove unused patch.

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/pastescript-setup.py-exclude-tests.patch| 19 ---
 1 file changed, 19 deletions(-)

diff --git 
a/dev-python/pastescript/files/pastescript-setup.py-exclude-tests.patch 
b/dev-python/pastescript/files/pastescript-setup.py-exclude-tests.patch
deleted file mode 100644
index 24190a7..
--- a/dev-python/pastescript/files/pastescript-setup.py-exclude-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-# HG changeset patch
-# User Mike Gilbert 
-# Date 1353179174 18000
-# Node ID 814fbc493e7a086127f64c2406ecb1794990
-# Parent  510ff7d7627750eb0dbbc0d36fa63c72ffa6b303
-Exclude subpackages of tests.
-
-diff --git a/setup.py b/setup.py
 a/setup.py
-+++ b/setup.py
-@@ -61,7 +61,7 @@
- url="http://pythonpaste.org/script/;,
- namespace_packages=['paste'],
- license='MIT',
--packages=find_packages(exclude='tests'),
-+packages=find_packages(exclude=['tests','tests.*']),
- package_data={
-   'paste.script': ['paster-templates/basic_package/setup.*',
-'paster-templates/basic_package/tests/*.py',