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

2024-06-12 Thread Michał Górny
commit: 9bc0abdbb9885e64720d78615f45e088e88080fa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 12 19:13:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 12 19:13:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc0abdb

dev-python/lockfile: Enable py3.13

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index 25378bb65c27..f552d0d8c473 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.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} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-11-24 Thread Michał Górny
commit: 3c59439c4a8cd4b92e59eb4a4ec958b1546032bf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 14:43:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 14:43:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c59439c

dev-python/lockfile: Stabilize 0.12.2-r3 arm64, #918270

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index e8b1020e82dc..25378bb65c27 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 BDEPEND="
>dev-python/pbr-1.8[${PYTHON_USEDEP}]



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

2023-05-31 Thread Michał Górny
commit: b8faa682b9bf11bedd551ecb555f5c54cbe483f4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 18:52:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 19:08:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8faa682

dev-python/lockfile: Enable py3.12

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index 9117cc4807e0..e8b1020e82dc 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-03-15 Thread Michał Górny
commit: 57cdc4fa2fc188fd5d240df526fa6f37439c1c4c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:46:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:51:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cdc4fa

dev-python/lockfile: Use pypi.eclass

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index a7f39637975c..9117cc4807e0 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Platform-independent file locking module"
 HOMEPAGE="
https://launchpad.net/pylockfile/
https://pypi.org/project/lockfile/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-06-26 Thread Michał Górny
commit: 9e41f5715d3725ba2b69f5aa25743e46e9f70c38
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 26 17:48:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 26 17:48:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e41f571

dev-python/lockfile: Remove old

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

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
deleted file mode 100644
index 1d9b54e15ac9..
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc/source --no-autodoc



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

2022-06-26 Thread Arthur Zamarin
commit: 366e853ecfb5df504ccb94cb71cb20bf4c8d184d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 26 17:04:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 26 17:04:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366e853e

dev-python/lockfile: Stabilize 0.12.2-r3 ALLARCHES, #854438

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index 17e6b4848ad6..23f6213dad63 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 BDEPEND="
>dev-python/pbr-1.8[${PYTHON_USEDEP}]



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

2022-05-27 Thread Michał Górny
commit: 3e0779ef01cda614df7313fecbad343475b32746
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 05:57:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 06:10:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0779ef

dev-python/lockfile: Use PEP517 build

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

 .../lockfile/files/lockfile-0.12.2-pytest.patch| 20 ++
 dev-python/lockfile/lockfile-0.12.2-r3.ebuild  | 31 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch 
b/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch
new file mode 100644
index ..47362a4de6a0
--- /dev/null
+++ b/dev-python/lockfile/files/lockfile-0.12.2-pytest.patch
@@ -0,0 +1,20 @@
+diff -dup -r lockfile-0.12.2/test/compliancetest.py 
lockfile-0.12.2.new/test/compliancetest.py
+--- lockfile-0.12.2/test/compliancetest.py 2015-11-25 19:29:13.0 
+0100
 lockfile-0.12.2.new/test/compliancetest.py 2022-05-27 07:55:43.720523461 
+0200
+@@ -6,15 +6,13 @@ import lockfile
+ 
+ 
+ class ComplianceTest(object):
+-def __init__(self):
+-self.saved_class = lockfile.LockFile
+-
+ def _testfile(self):
+ """Return platform-appropriate file.  Helper for tests."""
+ import tempfile
+ return os.path.join(tempfile.gettempdir(), 'trash-%s' % os.getpid())
+ 
+ def setup(self):
++self.saved_class = lockfile.LockFile
+ lockfile.LockFile = self.class_to_test
+ 
+ def teardown(self):

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
new file mode 100644
index ..3eee1e70ca38
--- /dev/null
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Platform-independent file locking module"
+HOMEPAGE="
+   https://launchpad.net/pylockfile/
+   https://pypi.org/project/lockfile/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-pytest.patch
+)
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc/source --no-autodoc



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

2022-05-27 Thread Michał Górny
commit: c9a7c92083da2be2c433eafb861a971409f4090c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 05:57:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 06:10:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a7c920

dev-python/lockfile: Enable py3.11

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

 dev-python/lockfile/lockfile-0.12.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
index 3eee1e70ca38..17e6b4848ad6 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-03-24 Thread Marek Szuba
commit: f36e225cf7205d4837b5c8dad1ee547d48bbc6e0
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Mar 25 00:11:26 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Mar 25 00:11:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36e225c

dev-python/lockfile: keyword 0.12.2-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 1e2e089dd5cc..1d9b54e15ac9 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 



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

2021-08-05 Thread Michał Górny
commit: 4f88ee95ce95bddb60fbff7da50a3764f28d0251
Author: Arthur Zamarin  gmail  com>
AuthorDate: Mon Aug  2 17:24:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  5 18:07:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f88ee95

dev-python/lockfile: enable py3.10

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 3d61af935d3..1e2e089dd5c 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.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} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 



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

2020-08-06 Thread Sam James
commit: f917d1625394edad2dc197834d6ddc07d6b94d81
Author: David Denoncin  gmail  com>
AuthorDate: Wed Aug  5 09:03:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 01:10:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f917d162

dev-python/lockfile: port to py3.9

Use distutils_enable_{tests,sphinx}
Package is deprecated.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 28 ---
 1 file changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 715cb479540..9cab46e092f 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-PYTHON_REQ_USE="threads(+)"
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -15,27 +14,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
-   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
+DEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_compile_all() {
-   use doc && emake -C doc/source html
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && dodoc -r doc/source/.build/html
-   distutils-r1_python_install_all
-}
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source --no-autodoc



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

2020-08-06 Thread Sam James
commit: 57130eaf2c73f8a716b20b7815a073c9906bd775
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  7 00:52:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  7 01:10:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57130eaf

dev-python/lockfile: pbr is BDEPEND-only

We don't need pbr at runtime.

URL: https://bugs.launchpad.net/pylockfile/+bug/1506679
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 9cab46e092f..43174f8deec 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -15,7 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 
-DEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 
 distutils_enable_tests nose
 distutils_enable_sphinx doc/source --no-autodoc



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

2020-08-02 Thread Michał Górny
commit: 00bae920b79520c1b09db95d9575e1e725883a8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:21:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:25:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bae920

dev-python/lockfile: Remove py2.7

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

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 61c5589f1a8..715cb479540 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-04-20 Thread Matthew Thode
commit: 8970fe75c1fabc3dba9ac202e72dfa6d909e637e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 20 22:35:26 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Apr 20 22:35:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970fe75

dev-python/lockfile: add py38 for python-daemon

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index a6b1a97de7d..61c5589f1a8 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-03-27 Thread Michał Górny
commit: cef2c4e21a334db505a0f74e4f442cad5c090c86
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:55:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef2c4e2

dev-python/lockfile: Stabilize 0.12.2-r2 ALLARCHES

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

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index 27fb155efae..c68fffd4998 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-03-27 Thread Michał Górny
commit: 8647f6e8e1480e9f24247c1c68707fbefaa93e56
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:54:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8647f6e8

dev-python/lockfile: Mark ALLARCHES

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

 dev-python/lockfile/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/lockfile/metadata.xml b/dev-python/lockfile/metadata.xml
index 385ef5e60b6..911e10569d1 100644
--- a/dev-python/lockfile/metadata.xml
+++ b/dev-python/lockfile/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

lockfile
pylockfile



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

2020-03-27 Thread Michał Górny
commit: 0ede8b519d88d318e63dd15effc0949624a7493c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:55:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:55:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede8b51

dev-python/lockfile: Remove redundant versions

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

 dev-python/lockfile/Manifest  |  1 -
 dev-python/lockfile/lockfile-0.11.0-r1.ebuild | 49 ---
 dev-python/lockfile/lockfile-0.12.2-r1.ebuild | 41 --
 3 files changed, 91 deletions(-)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index ab28cdc09e3..788b2e59c3f 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1,2 +1 @@
-DIST lockfile-0.11.0.tar.gz 20909 BLAKE2B 
8e13508312efc7eaa463e8fb80bf0a51ae3bc0adb93dee0eb52273bac40293e729de83aca98f549d12f3e46f9654c1d0f373aaba350acf7a17421c3d1fa9ea52
 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 DIST lockfile-0.12.2.tar.gz 20874 BLAKE2B 
8a1e49e8799516b44b219fb28101f3985d75fea842456e69c4357b71eb6a7be21cc56c0f9e885df8da3fb6c584ff4a47c7daad87ba34fc47a8cd40644ece063b
 SHA512 
67b7d651d7e963a497c2604912c61eed90181cdd09c744a0ceaa26e6bbe09d1a871ce48be3949b7da7ea6b366b15492c8c8de589edeca2641ca5e6cb3804df07

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
deleted file mode 100644
index 6711d5da703..000
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >dev-python/pbr-0.7[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_prepare_all() {
-   rm requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   einfo "Generation of documentation"
-   emake -C doc/source html
-   fi
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/source/.build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
deleted file mode 100644
index 16da1864a23..000
--- a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_compile_all() {
-   use doc && emake -C doc/source html
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && dodoc -r doc/source/.build/html
-   distutils-r1_python_install_all
-}



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

2019-10-15 Thread Craig Andrews
commit: 736780250b852b68a90bf373aeae28288a336a51
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Oct 13 19:59:34 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 15 15:57:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73678025

dev-python/lockfile: Python 3.7 compatibility

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13282
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
index b7215d6376c..42c9a45a7a4 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2019-10-15 Thread Craig Andrews
commit: d3f00266abdaff2ab8eec31f9ecbf0fb052f2ebc
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Oct 13 20:02:23 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 15 15:57:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f00266

dev-python/lockfile: EAPI=7

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
new file mode 100644
index 000..3a1e9189832
--- /dev/null
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Platform-independent file locking module"
+HOMEPAGE="https://launchpad.net/pylockfile https://pypi.org/project/lockfile/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
+
+python_compile_all() {
+   use doc && emake -C doc/source html
+}
+
+python_test() {
+   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
+   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && dodoc -r doc/source/.build/html
+   distutils-r1_python_install_all
+}



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

2018-01-05 Thread Michał Górny
commit: 1cac137021d44fcbe10b8779824b470ea6af1a07
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  4 23:29:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  5 09:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cac1370

dev-python/lockfile: Clean old up

 dev-python/lockfile/lockfile-0.12.2.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.12.2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2.ebuild
deleted file mode 100644
index d772d7000ea..000
--- a/dev-python/lockfile/lockfile-0.12.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Platform-independent file locking module"
-HOMEPAGE="https://launchpad.net/pylockfile 
https://pypi.python.org/pypi/lockfile;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
-
-python_compile_all() {
-   if use doc; then
-   einfo "Generation of documentation"
-   emake -C doc/source html || die "Generation of documentation 
failed"
-   fi
-}
-
-python_test() {
-   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
-   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/source/.build/html/. )
-   distutils-r1_python_install_all
-}



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

2017-10-21 Thread Patrice Clement
commit: 94a81d4c13160676cf61f100c00ec214d1f037be
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 21 11:26:22 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 21 16:51:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a81d4c

dev-python/lockfile: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/lockfile/lockfile-0.12.2-r1.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/dev-python/lockfile/lockfile-0.12.2-r1.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
new file mode 100644
index 000..27e49b9c0d3
--- /dev/null
+++ b/dev-python/lockfile/lockfile-0.12.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Platform-independent file locking module"
+HOMEPAGE="https://launchpad.net/pylockfile 
https://pypi.python.org/pypi/lockfile;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
+
+python_compile_all() {
+   use doc && emake -C doc/source html
+}
+
+python_test() {
+   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
+   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && dodoc -r doc/source/.build/html
+   distutils-r1_python_install_all
+}



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

2015-11-28 Thread Justin Lecher
commit: ea5af051397c7bdc91e5350a52204ccb188be3e8
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 28 09:23:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 28 09:23:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5af051

dev-python/lockfile: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/lockfile/Manifest   |  1 +
 dev-python/lockfile/lockfile-0.12.2.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index 4be3a3c..7758b6f 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1 +1,2 @@
 DIST lockfile-0.11.0.tar.gz 20909 SHA256 
eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 WHIRLPOOL 
3fe41cec5f22109ce17e249a02469201e74cc6facd18bbcd5d6b75984f1f72e66d36eab68772d9bc6aa0c1ef6597f3bdf8f8757d9f867323d152cca8a47a445f
+DIST lockfile-0.12.2.tar.gz 20874 SHA256 
6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 SHA512 
67b7d651d7e963a497c2604912c61eed90181cdd09c744a0ceaa26e6bbe09d1a871ce48be3949b7da7ea6b366b15492c8c8de589edeca2641ca5e6cb3804df07
 WHIRLPOOL 
a8aeb69cfeb0c190885fce7198ebfdb898b361806816a3b902e8764ad909cec8497dc5f09004bec2c0bbc6a88c057a4104e9a40e93fd25bb32437f4b63de491a

diff --git a/dev-python/lockfile/lockfile-0.12.2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2.ebuild
new file mode 100644
index 000..8bb8576
--- /dev/null
+++ b/dev-python/lockfile/lockfile-0.12.2.ebuild
@@ -0,0 +1,44 @@
+# 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,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Platform-independent file locking module"
+HOMEPAGE="https://launchpad.net/pylockfile 
https://pypi.python.org/pypi/lockfile;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   >dev-python/pbr-1.8[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
+
+python_compile_all() {
+   if use doc; then
+   einfo "Generation of documentation"
+   emake -C doc/source html || die "Generation of documentation 
failed"
+   fi
+}
+
+python_test() {
+   # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage 
output
+   nosetests --verbose || die "test_lockfile failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/source/.build/html/. )
+   distutils-r1_python_install_all
+}



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

2015-11-23 Thread Justin Lecher
commit: 8198c7d6618cef80269edb4f7c02977aa79d5d44
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 23 09:08:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 23 10:05:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8198c7d6

dev-python/lockfile: Drop old

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/lockfile/Manifest |   2 -
 dev-python/lockfile/files/py3-support.patch  | 107 ---
 dev-python/lockfile/lockfile-0.10.2.ebuild   |  44 ---
 dev-python/lockfile/lockfile-0.9.1-r1.ebuild |  44 ---
 4 files changed, 197 deletions(-)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index bfa50c8..4be3a3c 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1,3 +1 @@
-DIST lockfile-0.10.2.tar.gz 20662 SHA256 
9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 SHA512 
7d70bcf7c343228f144687dd2cbc47a525034a68134fa626077d08308e6abce80559e36e9f65859d4c46873c712f62e1d6bb2aeec422d337332b65caf2e430a8
 WHIRLPOOL 
d23a0b99da2304d9c884e69df7fbae4e507d7bab35fe450f2062aba44b4c85fd2c1585012cd02a56c886b50c44fb5a470afe13546f828297c498c3a8551eda86
 DIST lockfile-0.11.0.tar.gz 20909 SHA256 
eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 WHIRLPOOL 
3fe41cec5f22109ce17e249a02469201e74cc6facd18bbcd5d6b75984f1f72e66d36eab68772d9bc6aa0c1ef6597f3bdf8f8757d9f867323d152cca8a47a445f
-DIST lockfile-0.9.1.tar.gz 16949 SHA256 
88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d SHA512 
1f7e2b13c42df730339e653a361bf4b85a289d62ed9277f159ab454b1e951d922884086299912472236ce0772d5eceebab7e0c6407590bb2ccbe9c56b664de05
 WHIRLPOOL 
543bc9ad7e937feba52c6132eee3356a9a229c8866f4f605f8399343a676fc98f62bf33f121c4f8dcbac8e18f38168561d34119efea5e30b53427a7e7283055d

diff --git a/dev-python/lockfile/files/py3-support.patch 
b/dev-python/lockfile/files/py3-support.patch
deleted file mode 100644
index ca6349a..000
--- a/dev-python/lockfile/files/py3-support.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-# 
https://github.com/smontanaro/pylockfile/commit/379fa0b6131995f96f5bd048906fc0bd3c2527f7
-# 
https://github.com/smontanaro/pylockfile/commit/eeead7d35e9a97b457b90edd241fd031df68d57b
-# 
https://github.com/smontanaro/pylockfile/commit/bf2627a5b9f83e1bbcf1b5030a693acb6236a211
 a/lockfile/__init__.py
-+++ b/lockfile/__init__.py
-@@ -1,4 +1,3 @@
--
- """
- lockfile.py - Platform-independent advisory file locks.
- 
-@@ -50,6 +49,8 @@ Exceptions:
- NotMyLock - File was locked but not by the current thread/process
- """
- 
-+from __future__ import absolute_import
-+
- import sys
- import socket
- import os
-@@ -257,7 +258,7 @@ def LinkFileLock(*args, **kwds):
- Do not use in new code.  Instead, import LinkLockFile from the
- lockfile.linklockfile module.
- """
--import linklockfile
-+from . import linklockfile
- return _fl_helper(linklockfile.LinkLockFile, "lockfile.linklockfile",
-   *args, **kwds)
- 
-@@ -267,7 +268,7 @@ def MkdirFileLock(*args, **kwds):
- Do not use in new code.  Instead, import MkdirLockFile from the
- lockfile.mkdirlockfile module.
- """
--import mkdirlockfile
-+from . import mkdirlockfile
- return _fl_helper(mkdirlockfile.MkdirLockFile, "lockfile.mkdirlockfile",
-   *args, **kwds)
- 
-@@ -277,7 +278,7 @@ def SQLiteFileLock(*args, **kwds):
- Do not use in new code.  Instead, import SQLiteLockFile from the
- lockfile.mkdirlockfile module.
- """
--import sqlitelockfile
-+from . import sqlitelockfile
- return _fl_helper(sqlitelockfile.SQLiteLockFile, 
"lockfile.sqlitelockfile",
-   *args, **kwds)
- 
-@@ -306,10 +307,10 @@ def locked(path, timeout=None):
- return decor
- 
- if hasattr(os, "link"):
--import linklockfile as _llf
-+from . import linklockfile as _llf
- LockFile = _llf.LinkLockFile
- else:
--import mkdirlockfile as _mlf
-+from . import mkdirlockfile as _mlf
- LockFile = _mlf.MkdirLockFile
- 
- FileLock = LockFile
-diff --git a/lockfile/pidlockfile.py b/lockfile/pidlockfile.py
-index 3fc8f63..a965ba8 100644
 a/lockfile/pidlockfile.py
-+++ b/lockfile/pidlockfile.py
-@@ -78,7 +78,7 @@ class PIDLockFile(LockBase):
- while True:
- try:
- write_pid_to_pidfile(self.path)
--except OSError, exc:
-+except OSError as exc:
- if exc.errno == errno.EEXIST:
- # The lock creation failed.  Maybe sleep a bit.
- if timeout is not None and time.time() > end_time:
-@@ -159,7 +159,7 @@ def write_pid_to_pidfile(pidfile_path):
- 
- """
- open_flags = (os.O_CREAT | 

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

2015-11-22 Thread Jeroen Roovers
commit: 4ead41908538c70e6158e720ec24ae0d43ed03fc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 23 06:07:30 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 23 06:43:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ead4190

dev-python/lockfile: Stable for HPPA (bug #564588).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 4a81ec3..ff98419 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-22 Thread Markus Meier
commit: 0635b7fbff0dac9cb17af58f854f4bbcc702de8f
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 22 19:31:33 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 22 19:31:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0635b7fb

dev-python/lockfile: arm stable, bug #564588

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 30f5be5..4a81ec3 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-19 Thread Agostino Sarubbo
commit: 5c29f15633a96b174364212b23ccfce3ebaaec6c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 19 10:24:52 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 19 10:24:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c29f156

dev-python/lockfile: alpha stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index e6b62d4..30f5be5 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-16 Thread Agostino Sarubbo
commit: 533b0b8cab81e3616724787e3778eb4aad9c7d48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 15:00:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 15:00:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533b0b8c

dev-python/lockfile: ia64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 39f3500..e6b62d4 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-05 Thread Agostino Sarubbo
commit: 6ae819ada732fa809d592e827c5bf1597edc7f42
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:51:55 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:51:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae819ad

dev-python/lockfile: sparc stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 5113e10..4ca3e73 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-04 Thread Agostino Sarubbo
commit: d1fe31b9e386978cda20ee7b2bbba95869a5f952
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 15:49:32 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 15:49:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fe31b9

dev-python/lockfile: ppc stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 07c87a8..dee0497 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-04 Thread Agostino Sarubbo
commit: 58368bcde5ea07ca4a2ebe79ce7c5ded5f13dd5b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 16:09:10 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 16:09:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58368bcd

dev-python/lockfile: ppc64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index dee0497..5113e10 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: 63f59fc37cb097c34305be0f5016ada980b23a13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:09:22 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:09:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f59fc3

dev-python/lockfile: amd64 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 1979687..37b1206 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: 5873794e66b57e5ef20304b492b5044cf3e907c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:12:22 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:12:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5873794e

dev-python/lockfile: x86 stable wrt bug #564588

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 37b1206..07c87a8 100644
--- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-11-02 Thread Justin Lecher
commit: cefc60a8a7aca2ca9468fe31bb2ea0bcef011804
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 11:02:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 11:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefc60a8

Revert "dev-python/lockfile: Drop old"

This reverts commit b001341676e39eca2364fea454ab5221e7fe2c8d.

 dev-python/lockfile/Manifest   |   2 +
 dev-python/lockfile/files/py3-support.patch| 107 +
 ...ile-0.11.0-r1.ebuild => lockfile-0.10.2.ebuild} |  11 +--
 dev-python/lockfile/lockfile-0.11.0-r1.ebuild  |   2 +-
 dev-python/lockfile/lockfile-0.9.1-r1.ebuild   |  43 +
 5 files changed, 156 insertions(+), 9 deletions(-)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index 4be3a3c..bfa50c8 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1 +1,3 @@
+DIST lockfile-0.10.2.tar.gz 20662 SHA256 
9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 SHA512 
7d70bcf7c343228f144687dd2cbc47a525034a68134fa626077d08308e6abce80559e36e9f65859d4c46873c712f62e1d6bb2aeec422d337332b65caf2e430a8
 WHIRLPOOL 
d23a0b99da2304d9c884e69df7fbae4e507d7bab35fe450f2062aba44b4c85fd2c1585012cd02a56c886b50c44fb5a470afe13546f828297c498c3a8551eda86
 DIST lockfile-0.11.0.tar.gz 20909 SHA256 
eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 WHIRLPOOL 
3fe41cec5f22109ce17e249a02469201e74cc6facd18bbcd5d6b75984f1f72e66d36eab68772d9bc6aa0c1ef6597f3bdf8f8757d9f867323d152cca8a47a445f
+DIST lockfile-0.9.1.tar.gz 16949 SHA256 
88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d SHA512 
1f7e2b13c42df730339e653a361bf4b85a289d62ed9277f159ab454b1e951d922884086299912472236ce0772d5eceebab7e0c6407590bb2ccbe9c56b664de05
 WHIRLPOOL 
543bc9ad7e937feba52c6132eee3356a9a229c8866f4f605f8399343a676fc98f62bf33f121c4f8dcbac8e18f38168561d34119efea5e30b53427a7e7283055d

diff --git a/dev-python/lockfile/files/py3-support.patch 
b/dev-python/lockfile/files/py3-support.patch
new file mode 100644
index 000..ca6349a
--- /dev/null
+++ b/dev-python/lockfile/files/py3-support.patch
@@ -0,0 +1,107 @@
+# 
https://github.com/smontanaro/pylockfile/commit/379fa0b6131995f96f5bd048906fc0bd3c2527f7
+# 
https://github.com/smontanaro/pylockfile/commit/eeead7d35e9a97b457b90edd241fd031df68d57b
+# 
https://github.com/smontanaro/pylockfile/commit/bf2627a5b9f83e1bbcf1b5030a693acb6236a211
+--- a/lockfile/__init__.py
 b/lockfile/__init__.py
+@@ -1,4 +1,3 @@
+-
+ """
+ lockfile.py - Platform-independent advisory file locks.
+ 
+@@ -50,6 +49,8 @@ Exceptions:
+ NotMyLock - File was locked but not by the current thread/process
+ """
+ 
++from __future__ import absolute_import
++
+ import sys
+ import socket
+ import os
+@@ -257,7 +258,7 @@ def LinkFileLock(*args, **kwds):
+ Do not use in new code.  Instead, import LinkLockFile from the
+ lockfile.linklockfile module.
+ """
+-import linklockfile
++from . import linklockfile
+ return _fl_helper(linklockfile.LinkLockFile, "lockfile.linklockfile",
+   *args, **kwds)
+ 
+@@ -267,7 +268,7 @@ def MkdirFileLock(*args, **kwds):
+ Do not use in new code.  Instead, import MkdirLockFile from the
+ lockfile.mkdirlockfile module.
+ """
+-import mkdirlockfile
++from . import mkdirlockfile
+ return _fl_helper(mkdirlockfile.MkdirLockFile, "lockfile.mkdirlockfile",
+   *args, **kwds)
+ 
+@@ -277,7 +278,7 @@ def SQLiteFileLock(*args, **kwds):
+ Do not use in new code.  Instead, import SQLiteLockFile from the
+ lockfile.mkdirlockfile module.
+ """
+-import sqlitelockfile
++from . import sqlitelockfile
+ return _fl_helper(sqlitelockfile.SQLiteLockFile, 
"lockfile.sqlitelockfile",
+   *args, **kwds)
+ 
+@@ -306,10 +307,10 @@ def locked(path, timeout=None):
+ return decor
+ 
+ if hasattr(os, "link"):
+-import linklockfile as _llf
++from . import linklockfile as _llf
+ LockFile = _llf.LinkLockFile
+ else:
+-import mkdirlockfile as _mlf
++from . import mkdirlockfile as _mlf
+ LockFile = _mlf.MkdirLockFile
+ 
+ FileLock = LockFile
+diff --git a/lockfile/pidlockfile.py b/lockfile/pidlockfile.py
+index 3fc8f63..a965ba8 100644
+--- a/lockfile/pidlockfile.py
 b/lockfile/pidlockfile.py
+@@ -78,7 +78,7 @@ class PIDLockFile(LockBase):
+ while True:
+ try:
+ write_pid_to_pidfile(self.path)
+-except OSError, exc:
++except OSError as exc:
+ if exc.errno == errno.EEXIST:
+ # The lock creation failed.  Maybe sleep a bit.
+ if timeout is not None and time.time() > end_time:
+@@ -159,7 +159,7 @@ def 

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

2015-11-02 Thread Justin Lecher
commit: 28f2c3f85113ade9e521953b6b8998d00602eec6
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov  1 17:20:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 11:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f2c3f8

dev-python/lockfile: Drop old

obsoletes:

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=536240

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560752

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/lockfile/Manifest  |   2 -
 dev-python/lockfile/files/py3-support.patch   | 107 --
 dev-python/lockfile/lockfile-0.10.2.ebuild|  43 ---
 dev-python/lockfile/lockfile-0.11.0-r1.ebuild |   2 +-
 dev-python/lockfile/lockfile-0.9.1-r1.ebuild  |  43 ---
 5 files changed, 1 insertion(+), 196 deletions(-)

diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest
index bfa50c8..4be3a3c 100644
--- a/dev-python/lockfile/Manifest
+++ b/dev-python/lockfile/Manifest
@@ -1,3 +1 @@
-DIST lockfile-0.10.2.tar.gz 20662 SHA256 
9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 SHA512 
7d70bcf7c343228f144687dd2cbc47a525034a68134fa626077d08308e6abce80559e36e9f65859d4c46873c712f62e1d6bb2aeec422d337332b65caf2e430a8
 WHIRLPOOL 
d23a0b99da2304d9c884e69df7fbae4e507d7bab35fe450f2062aba44b4c85fd2c1585012cd02a56c886b50c44fb5a470afe13546f828297c498c3a8551eda86
 DIST lockfile-0.11.0.tar.gz 20909 SHA256 
eed7e0c829135aaaf2a9df83652bc6e2cc50175d933741c25aac0394674e7fd3 SHA512 
6c4c69e1434194076a99f8134a2558c791675d420a17687dfd5b38c1303564392ecc388ec285d55a20027bcbcbc1b3475a489b70390796c46346b89d4b18ad89
 WHIRLPOOL 
3fe41cec5f22109ce17e249a02469201e74cc6facd18bbcd5d6b75984f1f72e66d36eab68772d9bc6aa0c1ef6597f3bdf8f8757d9f867323d152cca8a47a445f
-DIST lockfile-0.9.1.tar.gz 16949 SHA256 
88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d SHA512 
1f7e2b13c42df730339e653a361bf4b85a289d62ed9277f159ab454b1e951d922884086299912472236ce0772d5eceebab7e0c6407590bb2ccbe9c56b664de05
 WHIRLPOOL 
543bc9ad7e937feba52c6132eee3356a9a229c8866f4f605f8399343a676fc98f62bf33f121c4f8dcbac8e18f38168561d34119efea5e30b53427a7e7283055d

diff --git a/dev-python/lockfile/files/py3-support.patch 
b/dev-python/lockfile/files/py3-support.patch
deleted file mode 100644
index ca6349a..000
--- a/dev-python/lockfile/files/py3-support.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-# 
https://github.com/smontanaro/pylockfile/commit/379fa0b6131995f96f5bd048906fc0bd3c2527f7
-# 
https://github.com/smontanaro/pylockfile/commit/eeead7d35e9a97b457b90edd241fd031df68d57b
-# 
https://github.com/smontanaro/pylockfile/commit/bf2627a5b9f83e1bbcf1b5030a693acb6236a211
 a/lockfile/__init__.py
-+++ b/lockfile/__init__.py
-@@ -1,4 +1,3 @@
--
- """
- lockfile.py - Platform-independent advisory file locks.
- 
-@@ -50,6 +49,8 @@ Exceptions:
- NotMyLock - File was locked but not by the current thread/process
- """
- 
-+from __future__ import absolute_import
-+
- import sys
- import socket
- import os
-@@ -257,7 +258,7 @@ def LinkFileLock(*args, **kwds):
- Do not use in new code.  Instead, import LinkLockFile from the
- lockfile.linklockfile module.
- """
--import linklockfile
-+from . import linklockfile
- return _fl_helper(linklockfile.LinkLockFile, "lockfile.linklockfile",
-   *args, **kwds)
- 
-@@ -267,7 +268,7 @@ def MkdirFileLock(*args, **kwds):
- Do not use in new code.  Instead, import MkdirLockFile from the
- lockfile.mkdirlockfile module.
- """
--import mkdirlockfile
-+from . import mkdirlockfile
- return _fl_helper(mkdirlockfile.MkdirLockFile, "lockfile.mkdirlockfile",
-   *args, **kwds)
- 
-@@ -277,7 +278,7 @@ def SQLiteFileLock(*args, **kwds):
- Do not use in new code.  Instead, import SQLiteLockFile from the
- lockfile.mkdirlockfile module.
- """
--import sqlitelockfile
-+from . import sqlitelockfile
- return _fl_helper(sqlitelockfile.SQLiteLockFile, 
"lockfile.sqlitelockfile",
-   *args, **kwds)
- 
-@@ -306,10 +307,10 @@ def locked(path, timeout=None):
- return decor
- 
- if hasattr(os, "link"):
--import linklockfile as _llf
-+from . import linklockfile as _llf
- LockFile = _llf.LinkLockFile
- else:
--import mkdirlockfile as _mlf
-+from . import mkdirlockfile as _mlf
- LockFile = _mlf.MkdirLockFile
- 
- FileLock = LockFile
-diff --git a/lockfile/pidlockfile.py b/lockfile/pidlockfile.py
-index 3fc8f63..a965ba8 100644
 a/lockfile/pidlockfile.py
-+++ b/lockfile/pidlockfile.py
-@@ -78,7 +78,7 @@ class PIDLockFile(LockBase):
- while True:
- try:
- write_pid_to_pidfile(self.path)
--except OSError, exc:
-+except OSError as exc:
- if exc.errno == errno.EEXIST:
- # The lock creation failed.  

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

2015-10-15 Thread Christoph Mende
commit: b65e51d1471a2166435195bbe6f39cf252d8f457
Author: Christoph Mende  gentoo  org>
AuthorDate: Thu Oct 15 15:54:13 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Thu Oct 15 15:57:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65e51d1

dev-python/lockfile: README was renamed to README.rst

Package-Manager: portage-2.2.23

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

diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild 
b/dev-python/lockfile/lockfile-0.11.0.ebuild
index fadc0ab..370f3c6 100644
--- a/dev-python/lockfile/lockfile-0.11.0.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0.ebuild
@@ -24,7 +24,7 @@ DEPEND="
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
-DOCS=( ACKS README RELEASE-NOTES )
+DOCS=( ACKS README.rst RELEASE-NOTES )
 
 python_compile_all() {
if use doc; then



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

2015-10-15 Thread Justin Lecher
commit: e27503216198635e4d83a6ffdb916bfab88fca73
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 16:09:12 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 16:10:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2750321

dev-python/lockfile: Fix installation problems due to file renaming

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild 
b/dev-python/lockfile/lockfile-0.11.0.ebuild
index 370f3c6..97ebd77 100644
--- a/dev-python/lockfile/lockfile-0.11.0.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0.ebuild
@@ -24,7 +24,7 @@ DEPEND="
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
-DOCS=( ACKS README.rst RELEASE-NOTES )
+DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
 
 python_compile_all() {
if use doc; then



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

2015-10-15 Thread Mike Gilbert
commit: 86e5533e18663f26a8f9af19b42169c818fc0c63
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Oct 16 01:50:43 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 16 01:50:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e5533e

dev-python/lockfile: Remove upper-bound on dev-python/pbr

Package-Manager: portage-2.2.23_p4

 .../lockfile/{lockfile-0.11.0.ebuild => lockfile-0.11.0-r1.ebuild}  | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild 
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
similarity index 93%
rename from dev-python/lockfile/lockfile-0.11.0.ebuild
rename to dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 97ebd77..1979687 100644
--- a/dev-python/lockfile/lockfile-0.11.0.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -19,13 +19,17 @@ IUSE="doc test"
 
 DEPEND="
>dev-python/pbr-0.7[${PYTHON_USEDEP}]
-   

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

2015-10-10 Thread Mikle Kolyada
commit: ea0bb11ae9018cfe29f9c7cf39f305807c3bb86b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 10 18:42:59 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 10 18:46:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0bb11a

dev-python/lockfile: Add ~sparc keywords wrt bug #558546

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild 
b/dev-python/lockfile/lockfile-0.10.2.ebuild
index dd00ec9..a08d2ef 100644
--- a/dev-python/lockfile/lockfile-0.10.2.ebuild
+++ b/dev-python/lockfile/lockfile-0.10.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-09-22 Thread Tobias Klausmann
commit: ed550da49f2630c122f7509d60b6ae8bb25bf20c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep 22 17:35:10 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep 22 17:35:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed550da4

dev-python/lockfile: add ~alpha keyword

Gentoo-Bug: 558546

Package-Manager: portage-2.2.21

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

diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild 
b/dev-python/lockfile/lockfile-0.10.2.ebuild
index cc4bcfa..dd00ec9 100644
--- a/dev-python/lockfile/lockfile-0.10.2.ebuild
+++ b/dev-python/lockfile/lockfile-0.10.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-09-08 Thread Joshua Kinard
commit: abb01b6cac38d84b6a88df61f3483a3ebb9cb504
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Sep  8 07:56:26 2015 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Sep  8 07:56:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb01b6c

Added ~mips to KEYWORDS.

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild 
b/dev-python/lockfile/lockfile-0.10.2.ebuild
index 02e6bfe..cc4bcfa 100644
--- a/dev-python/lockfile/lockfile-0.10.2.ebuild
+++ b/dev-python/lockfile/lockfile-0.10.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-09-05 Thread Jeroen Roovers
commit: 8edbc73606ec904a0f83614a951dbb828f46d8cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep  6 05:09:45 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep  6 05:09:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edbc736

dev-python/lockfile: Mark ~hppa ~ppc64 (bug #558546).

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild 
b/dev-python/lockfile/lockfile-0.10.2.ebuild
index 99b7908..02e6bfe 100644
--- a/dev-python/lockfile/lockfile-0.10.2.ebuild
+++ b/dev-python/lockfile/lockfile-0.10.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2015-08-24 Thread Justin Lecher
commit: f81eb59cb2f0ccbfeaee653d2559a75f68f5fe7e
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 24 06:02:58 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 24 10:12:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81eb59c

dev-python/lockfile: Add pypy3 support

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/lockfile/lockfile-0.10.2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild 
b/dev-python/lockfile/lockfile-0.10.2.ebuild
index 5e13652..12c0bc0 100644
--- a/dev-python/lockfile/lockfile-0.10.2.ebuild
+++ b/dev-python/lockfile/lockfile-0.10.2.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -16,7 +17,8 @@ SLOT=0
 KEYWORDS=~amd64 ~arm ~ppc ~x86
 IUSE=doc test
 
-DEPEND=dev-python/pbr[${PYTHON_USEDEP}]
+DEPEND=
+   dev-python/pbr[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 RDEPEND=