diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/flufl-lock | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/flufl-lock')
-rw-r--r-- | dev-python/flufl-lock/Manifest | 3 | ||||
-rw-r--r-- | dev-python/flufl-lock/flufl-lock-3.2.ebuild | 22 | ||||
-rw-r--r-- | dev-python/flufl-lock/metadata.xml | 14 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest new file mode 100644 index 000000000000..72ab0b2934a8 --- /dev/null +++ b/dev-python/flufl-lock/Manifest @@ -0,0 +1,3 @@ +DIST flufl-lock-3.2.tar.gz 19250 BLAKE2B 230d7122fb6db1b4002e5732a878d597837f1c8cb10b85f4c131f793f820dc0b76a494504aef89845be4f7bdfab94b17573f83002712c245206c9ce25fac893a SHA512 496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0 +EBUILD flufl-lock-3.2.ebuild 593 BLAKE2B 92fccb52ca9952098ff827efffe400becdfe0cf9c5b115adca8e72d91f0afec30000754f26324d1275cc1d9bfeddef17db004e1c2bc7e8d1ae6f5f03acaace77 SHA512 3f870c8ca5e4986ad08bfdc3ca25d93558b175be024dc2c97f818f82052d78278456adbef7c12468005337223df1374361486ffba9e9368ce8cf614a7db9460c +MISC metadata.xml 439 BLAKE2B ac364f01f2831f0bf328429ccf9254134ed961d04e6a2a7cd09d399c6d59be0085dd23dcc379d390de5e81ef99d6e0d19138dec486cd3764e34e9c2299fc09db SHA512 0021f035c2b525bc71ed0054caf093bb840a8e360b7aebfc0e7b0feaa111453b26c590d16a383fc0bfd97c0d2bd435308895d98fb43ec58360d8091bff88d0ab diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild b/dev-python/flufl-lock/flufl-lock-3.2.ebuild new file mode 100644 index 000000000000..d757bbabce0a --- /dev/null +++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems." +HOMEPAGE="https://gitlab.com/warsaw/flufl.lock" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" diff --git a/dev-python/flufl-lock/metadata.xml b/dev-python/flufl-lock/metadata.xml new file mode 100644 index 000000000000..974a1aef8c98 --- /dev/null +++ b/dev-python/flufl-lock/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + NFS-safe file locking with timeouts for POSIX systems. + </longdescription> +</pkgmetadata> |