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

2024-05-18 Thread Michał Górny
commit: 3490438125e0e0090867a200dd97b52e71dd0ed0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 16:55:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 16:59:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34904381

dev-python/expects: Enable py3.13

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

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

diff --git a/dev-python/expects/expects-0.9.0-r1.ebuild 
b/dev-python/expects/expects-0.9.0-r1.ebuild
index 0d09d318bc01..5e2c5d560a52 100644
--- a/dev-python/expects/expects-0.9.0-r1.ebuild
+++ b/dev-python/expects/expects-0.9.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-11-09 Thread Michał Górny
commit: b62c697a7975798e777a09d1705363a08f96ef96
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 18:41:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 18:52:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62c697a

dev-python/expects: Enable py3.12

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

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

diff --git a/dev-python/expects/expects-0.9.0-r1.ebuild 
b/dev-python/expects/expects-0.9.0-r1.ebuild
index 48020ba6f5fb..0d09d318bc01 100644
--- a/dev-python/expects/expects-0.9.0-r1.ebuild
+++ b/dev-python/expects/expects-0.9.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-03-17 Thread Michał Górny
commit: 4e3f8748fa249ffbcca8568fb24cab8918768cf9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 17:20:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 17:26:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3f8748

dev-python/expects: Remove old

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

 dev-python/expects/expects-0.9.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/expects/expects-0.9.0.ebuild 
b/dev-python/expects/expects-0.9.0.ebuild
deleted file mode 100644
index a49e7b71d656..
--- a/dev-python/expects/expects-0.9.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-python/mamba[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}



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

2023-03-17 Thread Arthur Zamarin
commit: 6229b063f00a8d083e3a517501f7742fb9107515
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 16:19:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 16:19:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6229b063

dev-python/expects: Stabilize 0.9.0-r1 arm64, #901873

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/expects/expects-0.9.0-r1.ebuild 
b/dev-python/expects/expects-0.9.0-r1.ebuild
index dbd903d624a0..1d194fac7201 100644
--- a/dev-python/expects/expects-0.9.0-r1.ebuild
+++ b/dev-python/expects/expects-0.9.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-02-15 Thread Michał Górny
commit: 5e18e4807dd3ed7278500072fbe4c5e20e7f58d0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 14:12:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 14:15:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e18e480

dev-python/expects: EAPI 8, PEP517, py3.11

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

 dev-python/expects/expects-0.9.0-r1.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/expects/expects-0.9.0-r1.ebuild 
b/dev-python/expects/expects-0.9.0-r1.ebuild
new file mode 100644
index ..dbd903d624a0
--- /dev/null
+++ b/dev-python/expects/expects-0.9.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="
+   https://github.com/jaimegildesagredo/expects/
+   https://pypi.org/project/expects/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/mamba[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}



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

2021-08-07 Thread Louis Sautier
commit: 31066b1e7b3d15682d414576fd8f5758769b2ba2
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 11:12:22 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 11:17:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31066b1e

dev-python/expects: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/expects/expects-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/expects/expects-0.9.0.ebuild 
b/dev-python/expects/expects-0.9.0.ebuild
index 6449842ca75..5cb1c543d8e 100644
--- a/dev-python/expects/expects-0.9.0.ebuild
+++ b/dev-python/expects/expects-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2020-11-03 Thread Sam James
commit: f96fc2c6c782c37687f85283bfa5ee52723cffd1
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 05:29:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 05:29:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96fc2c6

dev-python/expects: Stabilize 0.9.0 arm64, #749774

Signed-off-by: Sam James  gentoo.org>

 dev-python/expects/expects-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/expects/expects-0.9.0.ebuild 
b/dev-python/expects/expects-0.9.0.ebuild
index 2b1b879d748..647c749ccd7 100644
--- a/dev-python/expects/expects-0.9.0.ebuild
+++ b/dev-python/expects/expects-0.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-11-02 Thread Sam James
commit: f07adf209fa4d7beaba245107eefeaf0a5f1fcb4
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  2 08:25:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  2 08:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07adf20

dev-python/expects: Stabilize 0.9.0 amd64, #749462

Signed-off-by: Sam James  gentoo.org>

 dev-python/expects/expects-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/expects/expects-0.9.0.ebuild 
b/dev-python/expects/expects-0.9.0.ebuild
index 164210bad0d..2b1b879d748 100644
--- a/dev-python/expects/expects-0.9.0.ebuild
+++ b/dev-python/expects/expects-0.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-13 Thread Louis Sautier
commit: 63875ced4634935f2d06497865cd108ba51dc5b3
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Sep 13 17:27:08 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Sep 13 17:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63875ced

dev-python/expects: bump to 0.9.0, add Python 3.9 support

Also use distutils_enable_sphinx.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.9.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 098f82f5481..136784a5773 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1 +1,2 @@
 DIST expects-0.8.0.tar.gz 27801 BLAKE2B 
3371ad3b494a6cfaf463660d013dbd5c26d88e0cd7816be11a39466a831d2a3c19e9459967947651e004dc1bbc6f6e9a61eb0b9f69685482440056061fb9bd95
 SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
+DIST expects-0.9.0.tar.gz 27901 BLAKE2B 
b504f0d7dc91f76a2e036693873efaecdbe1e96a376d930924e00268d6374fad2bdc953e7f684f2ad44bf4d9ca962c377d753ef627304a036c1197b23230a2b0
 SHA512 
82465cfa48d2c28e6584bc05b9895bf5a0ebb90f43ac828c8e2888a10695c24da7833560880fcd8e7deef9996187ec7be7d993fc9973e2887a66b0b463125fff

diff --git a/dev-python/expects/expects-0.9.0.ebuild 
b/dev-python/expects/expects-0.9.0.ebuild
new file mode 100644
index 000..164210bad0d
--- /dev/null
+++ b/dev-python/expects/expects-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-python/mamba[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}



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

2020-09-04 Thread Sam James
commit: 2ba11dba5943d221634f1e0b56a32aff053050f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 00:21:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 00:21:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba11dba

dev-python/expects: Keyword 0.8.0-r1 arm64, #728684

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/expects/expects-0.8.0-r1.ebuild 
b/dev-python/expects/expects-0.8.0-r1.ebuild
index b046ef40afa..cbb08d3b026 100644
--- a/dev-python/expects/expects-0.8.0-r1.ebuild
+++ b/dev-python/expects/expects-0.8.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-05-05 Thread Joonas Niilola
commit: 2dfc29062d4bc5eed253103ab9dd97605b0da20b
Author: John Helmert III  gmail  com>
AuthorDate: Fri May  1 00:41:27 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May  5 11:50:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfc2906

dev-python/expects: Add python3_8

Signed-off-by: John Helmert III  gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/expects/expects-0.8.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/expects/expects-0.8.0-r1.ebuild 
b/dev-python/expects/expects-0.8.0-r1.ebuild
index 38da7ebeb79..b046ef40afa 100644
--- a/dev-python/expects/expects-0.8.0-r1.ebuild
+++ b/dev-python/expects/expects-0.8.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-03-27 Thread Michał Górny
commit: f645c639ea35275ee4639212609fe38323af597d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 08:44:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 08:57:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f645c639

dev-python/expects: Remove redundant versions

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

 dev-python/expects/expects-0.8.0.ebuild | 38 -
 1 file changed, 38 deletions(-)

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
deleted file mode 100644
index 28a0c94321f..000
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2020-03-08 Thread Agostino Sarubbo
commit: 2f232bf6d339c641fa2da8928ffa97f27a932a65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  8 10:40:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  8 10:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f232bf6

dev-python/expects: amd64 stable wrt bug #711786

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/expects/expects-0.8.0-r1.ebuild 
b/dev-python/expects/expects-0.8.0-r1.ebuild
index 92b6a969633..38da7ebeb79 100644
--- a/dev-python/expects/expects-0.8.0-r1.ebuild
+++ b/dev-python/expects/expects-0.8.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-02-03 Thread Michał Górny
commit: 853c82f42e0eab95ed1e990df2b297ecb93b3835
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 20:42:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 20:46:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853c82f4

dev-python/expects: Remove py2

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

 dev-python/expects/expects-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
index c333518bd00..28a0c94321f 100644
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



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

2018-03-30 Thread Aaron Bauman
commit: d61caeb8368923fc385cb050144e59de759b4726
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 30 18:08:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 18:34:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61caeb8

dev-python/expects: amd64 stable

Bug: https://bugs.gentoo.org/644614
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 dev-python/expects/expects-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
index 2c8fcdf9824..2f5a88defe3 100644
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ b/dev-python/expects/expects-0.8.0.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc test"
 
 DEPEND="



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

2017-05-11 Thread Manuel Rüger
commit: f355927165549a66564e83b31ad989e5c0957a27
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May 11 12:27:59 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May 11 12:27:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3559271

dev-python/expects: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/expects/expects-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
index fbd98e2edbf..2c8fcdf9824 100644
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-03-13 Thread Manuel Rüger
commit: 8c4d6100e8f3907daf3626b99b136b8fbfb2a839
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 13 18:13:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 13 18:13:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4d6100

dev-python/expects: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/expects/Manifest |  2 --
 dev-python/expects/expects-0.8.0_rc2.ebuild | 39 -
 dev-python/expects/expects-0.8.0_rc5.ebuild | 39 -
 3 files changed, 80 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 1643a65d02d..54c62986e29 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,2 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.8.0.tar.gz 27801 SHA256 
37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
 WHIRLPOOL 
825cebbfc05a287d213b3f12d4c783c5d7c23d3e93ec53570751d6786a1b891cd94b4c79db0a71bab21d7574652871f6955cf07c35f797497a16f735dd770451
-DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
-DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
deleted file mode 100644
index 28c5232655d..000
--- a/dev-python/expects/expects-0.8.0_rc2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/expects/expects-0.8.0_rc5.ebuild 
b/dev-python/expects/expects-0.8.0_rc5.ebuild
deleted file mode 100644
index 7ffe29c90b6..000
--- a/dev-python/expects/expects-0.8.0_rc5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2017-03-13 Thread Manuel Rüger
commit: cf841a58e20947dabaf895bace2b3e03de1190d5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 13 18:10:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 13 18:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf841a58

dev-python/expects: Add python3_5 support

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/expects/expects-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
index 94c3615cdf2..fbd98e2edbf 100644
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 



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

2016-05-28 Thread Alex Brandt
commit: 1bf3a36ee362ebd901a9236a6598107c1fd06b29
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:17:20 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:17:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf3a36e

dev-python/expects: add version 0.8.0

Package-Manager: portage-2.3.0_rc1

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 3491efb..544f254 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,5 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
+DIST expects-0.8.0.tar.gz 27801 SHA256 
37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
 WHIRLPOOL 
825cebbfc05a287d213b3f12d4c783c5d7c23d3e93ec53570751d6786a1b891cd94b4c79db0a71bab21d7574652871f6955cf07c35f797497a16f735dd770451
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
new file mode 100644
index 000..cd4705d
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-28 Thread Alex Brandt
commit: 100538ac51d51a2e8091f91c3de6f0d37c904a89
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:20:32 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:20:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100538ac

dev-python/expects: remove version 0.8.0_rc4

Package-Manager: portage-2.3.0_rc1

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc4.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 544f254..1643a65 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,5 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.8.0.tar.gz 27801 SHA256 
37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
 WHIRLPOOL 
825cebbfc05a287d213b3f12d4c783c5d7c23d3e93ec53570751d6786a1b891cd94b4c79db0a71bab21d7574652871f6955cf07c35f797497a16f735dd770451
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
-DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc4.ebuild 
b/dev-python/expects/expects-0.8.0_rc4.ebuild
deleted file mode 100644
index db3f4dd..000
--- a/dev-python/expects/expects-0.8.0_rc4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: 43dd44c7bb89e305892c0563d91205065492d014
Author: Alex Brandt  gentoo  org>
AuthorDate: Mon May 16 01:18:00 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Mon May 16 01:18:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dd44c7

Revert "dev-python/expects: remove version 0.8.0_rc2"

This reverts commit 4c96e40ca18119017c0fe5b30cd384e90e717dec.

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 55d01e2..3491efb 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,3 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
+DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
new file mode 100644
index 000..f96e461
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-15 Thread Alex Brandt
commit: b926951a3ab15bbff36d2b4fe56e61ba81a4f731
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:14:12 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b926951a

dev-python/expects: remove version 0.8.0_rc3

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc3.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 7a1e973..55d01e2 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,3 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc3.ebuild 
b/dev-python/expects/expects-0.8.0_rc3.ebuild
deleted file mode 100644
index db3f4dd..000
--- a/dev-python/expects/expects-0.8.0_rc3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: 4c96e40ca18119017c0fe5b30cd384e90e717dec
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:12:56 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:12:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c96e40c

dev-python/expects: remove version 0.8.0_rc2

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 9c5108d..7a1e973 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,5 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
deleted file mode 100644
index f96e461..000
--- a/dev-python/expects/expects-0.8.0_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: cfde4379ee5f21e53cbbac7fa62fa30f11156471
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:06:57 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfde4379

dev-python/expects: add version 0.8.0_rc5

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc5.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 98b3e61..9c5108d 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -2,3 +2,4 @@ DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
+DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc5.ebuild 
b/dev-python/expects/expects-0.8.0_rc5.ebuild
new file mode 100644
index 000..8bbec1f
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2015-10-25 Thread Michał Górny
commit: 3187e6aaa966ceb54bf299ce05f1d870215c50e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 25 08:58:25 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 25 08:59:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3187e6aa

dev-python/expects: Restore 0.8.0_rc2, as required by mamba

Restore version 0.8.0_rc2 which is explicitly requested by
dev-python/mamba-0.8.5 (via ~-dep).

Reverts: f4d0cf62527e ("dev-python/expects: remove version 0.8.0_rc2")

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index b53f2a4..98b3e61 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,3 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
+DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
new file mode 100644
index 000..f96e461
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2015-10-24 Thread Alex Brandt
commit: f4d0cf625270fee176371f647bb8282353d5378e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct 24 20:38:19 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Oct 24 20:42:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d0cf62

dev-python/expects: remove version 0.8.0_rc2

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 98b3e61..b53f2a4 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,3 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
deleted file mode 100644
index f96e461..000
--- a/dev-python/expects/expects-0.8.0_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2015-10-24 Thread Alex Brandt
commit: 01b77816f748440ad786024ceb459ad527d0f02f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct 24 20:15:01 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Oct 24 20:42:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b77816

dev-python/expects: add version 0.8.0_rc4

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index c03a3e3..98b3e61 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,3 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
+DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861

diff --git a/dev-python/expects/expects-0.8.0_rc4.ebuild 
b/dev-python/expects/expects-0.8.0_rc4.ebuild
new file mode 100644
index 000..db3f4dd
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2015-10-10 Thread Alex Brandt
commit: 7228e29ce234a6fc009c0e67bf064d2872f1f307
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 11 04:04:30 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Oct 11 04:06:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228e29c

dev-python/expects: remove version 0.2.1

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.2.1.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 299aa1a..9c2c100 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,3 @@
-DIST expects-0.2.1.tar.gz 22474 SHA256 
0c70230281f68c4c93a4a1ba98da37ccc2529c849a28c555ab93050f2a084321 SHA512 
c7a51f35e4c1468df19838b9dd74a9fe214c906b7bbf203f61841d2f0cfe60cffd1388b841a39ce14a59394594e148cbaf1777b08b90879136421186ab757585
 WHIRLPOOL 
0e62e27c4d96156463c1b8001459c6795a4398b7ec8a23283c3bccba7cbe4feb0a763e6086c2ffda7762d82e2a481812049f6920ccbade9e27e6046cf58601b0
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
 DIST expects-0.8.0_rc1.tar.gz 27424 SHA256 
3822d470c3bebe749928e360e7bfdecf0ac6541717040de31cb265f1372dfb43 SHA512 
5130b545164fdb8d8306b5d4fc3d83dcfaf9bb56428b9140def434bb1339b479568ba7aab88f5eedf646cadca12ee331163af5be0937633049baf695b309653b
 WHIRLPOOL 
951ab90c1b3c143b3109676207c5f2a5480238555d10662f45c1a1336618c0e38307801aa0e61fc8bc978d333f3f44cd64da811742ebc65008815e635d0536d9

diff --git a/dev-python/expects/expects-0.2.1.ebuild 
b/dev-python/expects/expects-0.2.1.ebuild
deleted file mode 100644
index 51fcf02..000
--- a/dev-python/expects/expects-0.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="https://github.com/jaimegildesagredo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( ~dev-python/mamba-0.6[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   local DISTUTILS_NO_PARALLEL_BUILD=TRUE
-
-   rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove 
pydistutils.cfg"
-
-   distutils_install_for_testing
-
-   mamba || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2015-10-10 Thread Alex Brandt
commit: 8e1ebc62710d3de6d9867b326db9afb8cb02e486
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 11 01:23:52 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Oct 11 04:06:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1ebc62

dev-python/expects: add version 0.8.0_rc3

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc3.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 1dd12fe..299aa1a 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -3,3 +3,4 @@ DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1
 DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
 DIST expects-0.8.0_rc1.tar.gz 27424 SHA256 
3822d470c3bebe749928e360e7bfdecf0ac6541717040de31cb265f1372dfb43 SHA512 
5130b545164fdb8d8306b5d4fc3d83dcfaf9bb56428b9140def434bb1339b479568ba7aab88f5eedf646cadca12ee331163af5be0937633049baf695b309653b
 WHIRLPOOL 
951ab90c1b3c143b3109676207c5f2a5480238555d10662f45c1a1336618c0e38307801aa0e61fc8bc978d333f3f44cd64da811742ebc65008815e635d0536d9
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
+DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d

diff --git a/dev-python/expects/expects-0.8.0_rc3.ebuild 
b/dev-python/expects/expects-0.8.0_rc3.ebuild
new file mode 100644
index 000..db3f4dd
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2015-10-10 Thread Alex Brandt
commit: 476e411851b1dda24a5c10b23e1c5431f9a159e2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 11 04:06:21 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Oct 11 04:06:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476e4118

dev-python/expects: remove version 0.7.2

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.7.2.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index c65bf02..c03a3e3 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,3 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d

diff --git a/dev-python/expects/expects-0.7.2.ebuild 
b/dev-python/expects/expects-0.7.2.ebuild
deleted file mode 100644
index 5021b32..000
--- a/dev-python/expects/expects-0.7.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2015-10-10 Thread Alex Brandt
commit: 45c99db07013e88ccafcb9a89f7a2061174cac57
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 11 04:05:36 2015 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sun Oct 11 04:06:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c99db0

dev-python/expects: remove version 0.8.0_rc1

Package-Manager: portage-2.2.23

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 9c2c100..c65bf02 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,5 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
-DIST expects-0.8.0_rc1.tar.gz 27424 SHA256 
3822d470c3bebe749928e360e7bfdecf0ac6541717040de31cb265f1372dfb43 SHA512 
5130b545164fdb8d8306b5d4fc3d83dcfaf9bb56428b9140def434bb1339b479568ba7aab88f5eedf646cadca12ee331163af5be0937633049baf695b309653b
 WHIRLPOOL 
951ab90c1b3c143b3109676207c5f2a5480238555d10662f45c1a1336618c0e38307801aa0e61fc8bc978d333f3f44cd64da811742ebc65008815e635d0536d9
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d

diff --git a/dev-python/expects/expects-0.8.0_rc1.ebuild 
b/dev-python/expects/expects-0.8.0_rc1.ebuild
deleted file mode 100644
index f96e461..000
--- a/dev-python/expects/expects-0.8.0_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2015-08-16 Thread Alex Brandt
commit: a18da92445ac3c1ab602a1d067e8501a673ba954
Author: Alex Brandt alunduil AT gentoo DOT org
AuthorDate: Mon Aug 17 00:07:07 2015 +
Commit: Alex Brandt alunduil AT gentoo DOT org
CommitDate: Mon Aug 17 01:57:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18da924

dev-python/expects: add version 0.8.0_rc2

Package-Manager: portage-2.2.20.1

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 9778158..3a55404 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -3,3 +3,4 @@ DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1
 DIST expects-0.7.1.tar.gz 398062 SHA256 
8c6c26b41877f8133b8bdbef1dda2eeb49367f63909e93aee6402c93db37d08f SHA512 
969fe68d9978e1d22a0ef3cfcd2072ca5aaefcfaa52e9aa3b20791fc9e82a4cd7962096320b1898a9bdb64803174c15908351966fc5bcdbbe54954fbe85962cc
 WHIRLPOOL 
9a7c6d48943f3ca14657ffa603c1d353d440c39b5ca51c29dccc15936dd3897a72a7951cef95305f07a01ed5659a53df1920b14208e66b141a1c5348cc83cd30
 DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
 DIST expects-0.8.0_rc1.tar.gz 27424 SHA256 
3822d470c3bebe749928e360e7bfdecf0ac6541717040de31cb265f1372dfb43 SHA512 
5130b545164fdb8d8306b5d4fc3d83dcfaf9bb56428b9140def434bb1339b479568ba7aab88f5eedf646cadca12ee331163af5be0937633049baf695b309653b
 WHIRLPOOL 
951ab90c1b3c143b3109676207c5f2a5480238555d10662f45c1a1336618c0e38307801aa0e61fc8bc978d333f3f44cd64da811742ebc65008815e635d0536d9
+DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
new file mode 100644
index 000..f96e461
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION=Expressive and extensible TDD/BDD assertion library for Python
+HOMEPAGE=https://github.com/jaimegildesagredo/expects;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=Apache-2.0
+SLOT=0
+KEYWORDS=~amd64
+IUSE=doc test
+
+DEPEND=
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+
+RDEPEND=
+
+python_compile_all() {
+   use doc  emake -C docs html
+}
+
+python_test() {
+   mamba || die tests failed under ${EPYTHON}
+}
+
+python_install_all() {
+   use doc  local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2015-08-16 Thread Alex Brandt
commit: 12d3f49e7a1ed3f401a5dd1d090b43ff1ff8527c
Author: Alex Brandt alunduil AT gentoo DOT org
AuthorDate: Mon Aug 17 01:53:13 2015 +
Commit: Alex Brandt alunduil AT gentoo DOT org
CommitDate: Mon Aug 17 01:57:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d3f49e

dev-python/expects: remove version 0.7.1

Package-Manager: portage-2.2.20.1

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.7.1.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 3a55404..1dd12fe 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,6 +1,5 @@
 DIST expects-0.2.1.tar.gz 22474 SHA256 
0c70230281f68c4c93a4a1ba98da37ccc2529c849a28c555ab93050f2a084321 SHA512 
c7a51f35e4c1468df19838b9dd74a9fe214c906b7bbf203f61841d2f0cfe60cffd1388b841a39ce14a59394594e148cbaf1777b08b90879136421186ab757585
 WHIRLPOOL 
0e62e27c4d96156463c1b8001459c6795a4398b7ec8a23283c3bccba7cbe4feb0a763e6086c2ffda7762d82e2a481812049f6920ccbade9e27e6046cf58601b0
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.7.1.tar.gz 398062 SHA256 
8c6c26b41877f8133b8bdbef1dda2eeb49367f63909e93aee6402c93db37d08f SHA512 
969fe68d9978e1d22a0ef3cfcd2072ca5aaefcfaa52e9aa3b20791fc9e82a4cd7962096320b1898a9bdb64803174c15908351966fc5bcdbbe54954fbe85962cc
 WHIRLPOOL 
9a7c6d48943f3ca14657ffa603c1d353d440c39b5ca51c29dccc15936dd3897a72a7951cef95305f07a01ed5659a53df1920b14208e66b141a1c5348cc83cd30
 DIST expects-0.7.2.tar.gz 398201 SHA256 
ed72a184c2453b4f244cf887ee4545ac40dc0d88a1a224eabf150980a88877a9 SHA512 
55db29e2bbba881933bf5d28e38f2c1e1087b4e43f15359a2af40e91066658973244fac4dcaf7eca79d6006d78d232232acbd1a2fc03ec1df62223e1226fb94a
 WHIRLPOOL 
9eae839eb607f29f57be70e39fc6adb02fa8b9038d070016c090f75dec5ce05528fd3d18ca72e1d2aaa4205df31f20521fc23ad741b1b73b54262ac273e9e14e
 DIST expects-0.8.0_rc1.tar.gz 27424 SHA256 
3822d470c3bebe749928e360e7bfdecf0ac6541717040de31cb265f1372dfb43 SHA512 
5130b545164fdb8d8306b5d4fc3d83dcfaf9bb56428b9140def434bb1339b479568ba7aab88f5eedf646cadca12ee331163af5be0937633049baf695b309653b
 WHIRLPOOL 
951ab90c1b3c143b3109676207c5f2a5480238555d10662f45c1a1336618c0e38307801aa0e61fc8bc978d333f3f44cd64da811742ebc65008815e635d0536d9
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741

diff --git a/dev-python/expects/expects-0.7.1.ebuild 
b/dev-python/expects/expects-0.7.1.ebuild
deleted file mode 100644
index 5021b32..000
--- a/dev-python/expects/expects-0.7.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION=Expressive and extensible TDD/BDD assertion library for Python
-HOMEPAGE=https://github.com/jaimegildesagredo/expects;
-SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-
-LICENSE=Apache-2.0
-SLOT=0
-KEYWORDS=~amd64
-IUSE=doc test
-
-DEPEND=
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-
-RDEPEND=
-
-python_compile_all() {
-   use doc  emake -C docs html
-}
-
-python_test() {
-   mamba || die tests failed under ${EPYTHON}
-}
-
-python_install_all() {
-   use doc  local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}