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

2021-06-05 Thread Michał Górny
commit: 49ccca2a739be57a1e74a8218c9834750b06bd22
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 13:44:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 13:44:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ccca2a

dev-python/fudge: Enable py3.10

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

 dev-python/fudge/fudge-1.1.1.ebuild | 19 +++
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-python/fudge/fudge-1.1.1.ebuild 
b/dev-python/fudge/fudge-1.1.1.ebuild
index a68ebe7de1d..f35325a1338 100644
--- a/dev-python/fudge/fudge-1.1.1.ebuild
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,23 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
 
-BDEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
+distutils_enable_sphinx docs
+distutils_enable_tests nose
 
 python_test() {
nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${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/fudge/

2021-01-29 Thread Lars Wendler
commit: 893054d2eb0c5b526de360815c75f6cf15e3d72f
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 29 12:10:49 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 29 12:10:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893054d2

dev-python/fudge: Added python3_9 support

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/dev-python/fudge/fudge-1.1.1.ebuild 
b/dev-python/fudge/fudge-1.1.1.ebuild
index ab7e83bbd7c..61d6cdec0b7 100644
--- a/dev-python/fudge/fudge-1.1.1.ebuild
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# 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_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-05-04 Thread Michał Górny
commit: 55a6f0fbad16ada75060ae347235d986e17c5261
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:03:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:03:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a6f0fb

dev-python/fudge: Remove old

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

 dev-python/fudge/Manifest   |  1 -
 dev-python/fudge/fudge-1.1.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/fudge/Manifest b/dev-python/fudge/Manifest
index bd7fb50006f..c2b5d75ffbc 100644
--- a/dev-python/fudge/Manifest
+++ b/dev-python/fudge/Manifest
@@ -1,2 +1 @@
-DIST fudge-1.1.0.tar.gz 86418 BLAKE2B 
3264b693bb8d4e8a0849c480b48ee79e4e99a88a819f94bfab9c098fd8ccef1171f3f0a8ca7632f29b2c22998d0847e53fcc613bbdf8ac4c1fe33aeae406997c
 SHA512 
061d9303d28509d4e22eb2036d041359f872be85911dd85bb16e4d13bfc1cf27637f8206f215f4a37d63108ab2500d2af3f6a1a3e206fe461ead9163e0519417
 DIST fudge-1.1.1.tar.gz 87604 BLAKE2B 
2660022089ab50139fd4a63aa212c0f53d04557571fa444cc2fd74dd556475c04d3563359c49f0252d811b93a3d4215dddca32c7db91b81682adae2a7fb7f772
 SHA512 
4a5043048aef1bc4c7806b7a13e138810295f882739f728115a60f2b0157716d85a7bed8a3641b76213b788c74fe586f57854f96bf7a745d6006ad6e67dca136

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
deleted file mode 100644
index 3d193d0bcdf..000
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing"
-HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.org/project/fudge/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   nosetests -w "${BUILD_DIR}"/lib \
-   || die "Tests fail with ${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/fudge/

2020-05-03 Thread Agostino Sarubbo
commit: 5dcdf0c3f3662ee4cc7cbd5cb9f3c75d8faf5587
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:02:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:02:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcdf0c3

dev-python/fudge: x86 stable wrt bug #720520

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

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

diff --git a/dev-python/fudge/fudge-1.1.1.ebuild 
b/dev-python/fudge/fudge-1.1.1.ebuild
index 252b354d876..ab7e83bbd7c 100644
--- a/dev-python/fudge/fudge-1.1.1.ebuild
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-03-24 Thread Mike Gilbert
commit: a204ddaca972ee50f7c6e09b340bef11bebe3d61
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 24 19:57:06 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 24 19:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a204ddac

dev-python/fudge: EAPI 7

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/fudge/fudge-1.1.1.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/fudge/fudge-1.1.1.ebuild 
b/dev-python/fudge/fudge-1.1.1.ebuild
index d07cb65e79e..854bc14d6fe 100644
--- a/dev-python/fudge/fudge-1.1.1.ebuild
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
@@ -16,18 +16,17 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
 
 python_compile_all() {
use doc && emake -C docs html
 }
 
 python_test() {
-   nosetests -w "${BUILD_DIR}"/lib \
-   || die "Tests fail with ${EPYTHON}"
+   nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
 }
 
 python_install_all() {



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

2020-03-24 Thread Mike Gilbert
commit: 3a900f982c2aed49871dafc44aed502c324bfbb2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 24 19:49:38 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 24 19:49:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a900f98

dev-python/fudge: bump to 1.1.1

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/fudge/Manifest   |  1 +
 dev-python/fudge/fudge-1.1.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/fudge/Manifest b/dev-python/fudge/Manifest
index 75a79fdecdc..bd7fb50006f 100644
--- a/dev-python/fudge/Manifest
+++ b/dev-python/fudge/Manifest
@@ -1 +1,2 @@
 DIST fudge-1.1.0.tar.gz 86418 BLAKE2B 
3264b693bb8d4e8a0849c480b48ee79e4e99a88a819f94bfab9c098fd8ccef1171f3f0a8ca7632f29b2c22998d0847e53fcc613bbdf8ac4c1fe33aeae406997c
 SHA512 
061d9303d28509d4e22eb2036d041359f872be85911dd85bb16e4d13bfc1cf27637f8206f215f4a37d63108ab2500d2af3f6a1a3e206fe461ead9163e0519417
+DIST fudge-1.1.1.tar.gz 87604 BLAKE2B 
2660022089ab50139fd4a63aa212c0f53d04557571fa444cc2fd74dd556475c04d3563359c49f0252d811b93a3d4215dddca32c7db91b81682adae2a7fb7f772
 SHA512 
4a5043048aef1bc4c7806b7a13e138810295f882739f728115a60f2b0157716d85a7bed8a3641b76213b788c74fe586f57854f96bf7a745d6006ad6e67dca136

diff --git a/dev-python/fudge/fudge-1.1.1.ebuild 
b/dev-python/fudge/fudge-1.1.1.ebuild
new file mode 100644
index 000..d07cb65e79e
--- /dev/null
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing"
+HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.org/project/fudge/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   nosetests -w "${BUILD_DIR}"/lib \
+   || die "Tests fail with ${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/fudge/

2020-03-24 Thread Mike Gilbert
commit: 9c20e6e6086cb5dd72569e1290b5c2ad1ca212d1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Mar 24 19:45:21 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Mar 24 19:45:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c20e6e6

dev-python/fudge: support python 3.7 and 3.8

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index 95bdaf07f19..3d193d0bcdf 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2019-12-27 Thread David Seifert
commit: e3eba4a4bf8e7c60f9d1508d82d388725f1bdf68
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 27 18:52:20 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 27 18:52:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eba4a4

dev-python/fudge: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/fudge/Manifest  |  1 -
 dev-python/fudge/fudge-0.9.6-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/fudge/Manifest b/dev-python/fudge/Manifest
index 020cfd7125f..75a79fdecdc 100644
--- a/dev-python/fudge/Manifest
+++ b/dev-python/fudge/Manifest
@@ -1,2 +1 @@
-DIST fudge-0.9.6.tar.gz 81653 BLAKE2B 
106a0c774f9eb2f90beabfa1d84f55febaafa6c6e650b8d194464d9b7bdcf3b3ed18b943d0b7cad143f87febc75047d956d66521675c1f917f7835bf8585edd2
 SHA512 
69b2fa5bdd678779c0a8d9863a67e1e6724828720d2764f9f8958bc3598dcf39b22f9827efccb03014961d27d6e214c2125f639bab200b63c824c2306e3bb617
 DIST fudge-1.1.0.tar.gz 86418 BLAKE2B 
3264b693bb8d4e8a0849c480b48ee79e4e99a88a819f94bfab9c098fd8ccef1171f3f0a8ca7632f29b2c22998d0847e53fcc613bbdf8ac4c1fe33aeae406997c
 SHA512 
061d9303d28509d4e22eb2036d041359f872be85911dd85bb16e4d13bfc1cf27637f8206f215f4a37d63108ab2500d2af3f6a1a3e206fe461ead9163e0519417

diff --git a/dev-python/fudge/fudge-0.9.6-r1.ebuild 
b/dev-python/fudge/fudge-0.9.6-r1.ebuild
deleted file mode 100644
index 91e4234c05d..000
--- a/dev-python/fudge/fudge-0.9.6-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing"
-HOMEPAGE="http://farmdev.com/projects/fudge/ https://pypi.org/project/fudge/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   find -name "._*" -delete || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   nosetests -w "${BUILD_DIR}"/lib \
-   || die "Tests fail with ${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/fudge/

2018-01-06 Thread Markus Meier
commit: cf3c498f58761e1d98da3e6afddb7a76e3173226
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jan  6 20:12:14 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jan  6 20:12:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3c498f

dev-python/fudge: add ~arm64, bug #643336

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index a6f52a9d657..e6548805814 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.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=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 RDEPEND=""



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

2017-07-07 Thread Alexis Ballier
commit: e8d0fcf022e32259bd6d6337e6080f526600f5e7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul  7 19:40:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul  7 19:40:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d0fcf0

dev-python/fudge: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/fudge/fudge-0.9.6-r1.ebuild 
b/dev-python/fudge/fudge-0.9.6-r1.ebuild
index 016b51a9ed5..efd57493fb5 100644
--- a/dev-python/fudge/fudge-0.9.6-r1.ebuild
+++ b/dev-python/fudge/fudge-0.9.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 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="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 RDEPEND=""



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

2017-05-16 Thread Manuel Rüger
commit: 27098fbde9a314c240a5a1a618070bac623ad49b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 16 20:16:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May 16 20:16:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27098fbd

dev-python/fudge: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index dd901f5369f..a6f52a9d657 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-05-03 Thread Michał Górny
commit: 5de4a9ebea1551262e62fd3e3d8ed6fd4c8c7481
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 07:11:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:37:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de4a9eb

dev-python/fudge: Clean old versions up

 dev-python/fudge/Manifest  |  1 -
 dev-python/fudge/fudge-1.0.3-r2.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/fudge/Manifest b/dev-python/fudge/Manifest
index 8ad6cae44a9..591c9b819ad 100644
--- a/dev-python/fudge/Manifest
+++ b/dev-python/fudge/Manifest
@@ -1,3 +1,2 @@
 DIST fudge-0.9.6.tar.gz 81653 SHA256 
34690c4692e8717f4d6a2ab7d841070c93c8d0ea0d2615b47064e291f750b1a0 SHA512 
69b2fa5bdd678779c0a8d9863a67e1e6724828720d2764f9f8958bc3598dcf39b22f9827efccb03014961d27d6e214c2125f639bab200b63c824c2306e3bb617
 WHIRLPOOL 
176df990c9adebe2d4f969603e48b2f1a797cf9935de3daeab98c078314a3fd88a19affdff5b784db5d570a3264f8cc849305b2e4761a7128c2cca7eed79062f
-DIST fudge-1.0.3.tar.gz 87558 SHA256 
f8c8bfb3c0199dd06108c0c5a80e3645c7a071e0917b1a3bc73c761800809251 SHA512 
7bbbcf517b2570fae20b882467aa7b739fcc9db2cd4fd2c363536da1a2bdd7c016417f42dcdb27c8422213c847eed7d8a90fd9d43eade2a238e5fc62630d5a6a
 WHIRLPOOL 
9e02ea4d849e364ac979bf41c6fc626cdebf4b60186d9b63afe5dafa85ee4c73a9cdfbbc9762dd994e6b909f86f27caf4abe9f44394e203cbe900149f90f7960
 DIST fudge-1.1.0.tar.gz 86418 SHA256 
eba59a926fa1df1ab669a7a8af21865b16cad800cb4d1af75070b0f52afb SHA512 
061d9303d28509d4e22eb2036d041359f872be85911dd85bb16e4d13bfc1cf27637f8206f215f4a37d63108ab2500d2af3f6a1a3e206fe461ead9163e0519417
 WHIRLPOOL 
3425a95652a778b784af99aed54ab90caf3b94fa171c9991e35b5a561ce44e14c2d337c88a3bcd2ea52499dce7d642b70b0be27a45c13fb3d0025abfbbd6d8df

diff --git a/dev-python/fudge/fudge-1.0.3-r2.ebuild 
b/dev-python/fudge/fudge-1.0.3-r2.ebuild
deleted file mode 100644
index af581f03e5e..000
--- a/dev-python/fudge/fudge-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Replace real objects with fakes (mocks, stubs, etc) while testing"
-HOMEPAGE="http://farmdev.com/projects/fudge/ 
https://pypi.python.org/pypi/fudge";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   find -name "._*" -delete || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   nosetests -w "${BUILD_DIR}"/lib \
-   || die "Tests fail with ${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/fudge/

2017-01-18 Thread Agostino Sarubbo
commit: 5505f5c374bd3005bf74faa1002574d825a7d72f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 11:56:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 11:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5505f5c3

dev-python/fudge: x86 stable wrt bug #606070

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index 4c9e8d1..c0800c3 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND=""



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

2017-01-17 Thread Aaron Bauman
commit: 5a11f537fdb066a5f6b1411fbfae23208464d8c7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jan 17 13:28:37 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jan 17 13:28:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a11f537

dev-python/fudge: amd64 stable wrt bug #606070

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index d506cb8..4c9e8d1 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=""



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

2016-05-03 Thread Lars Wendler
commit: ef98f3c547f963281400866bdb0f597ce9b4182c
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  3 11:42:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  3 11:42:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef98f3c5

dev-python/fudge: Added python3_5. EAPI-6 conversion.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-python/fudge/fudge-1.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/fudge/fudge-1.1.0.ebuild 
b/dev-python/fudge/fudge-1.1.0.ebuild
index cb3a3ea..c92ba51 100644
--- a/dev-python/fudge/fudge-1.1.0.ebuild
+++ b/dev-python/fudge/fudge-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1