diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 21:47:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-18 21:47:42 +0000 |
| commit | 712d9b5c6ff395dfb3d2402fdcd52bb5b16e7390 (patch) | |
| tree | fba20cb1d80daf3c9e7cc0d3ad1b9a3aa40fc292 /dev-python | |
| parent | 87ed375c6ec05c4f1c8c17edc663a29035dc1bcd (diff) | |
| download | baldeagleos-repo-712d9b5c6ff395dfb3d2402fdcd52bb5b16e7390.tar.gz baldeagleos-repo-712d9b5c6ff395dfb3d2402fdcd52bb5b16e7390.tar.xz baldeagleos-repo-712d9b5c6ff395dfb3d2402fdcd52bb5b16e7390.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyxattr/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyxattr/metadata.xml | 20 | ||||
| -rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild (renamed from dev-python/pyxattr/pyxattr-0.6.0-r3.ebuild) | 10 | ||||
| -rw-r--r-- | dev-python/pyxattr/pyxattr-0.7.1.ebuild | 32 | ||||
| -rw-r--r-- | dev-python/scrypt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 25 |
6 files changed, 57 insertions, 32 deletions
diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest index a7a3423b78e1..01b73b9d3b9c 100644 --- a/dev-python/pyxattr/Manifest +++ b/dev-python/pyxattr/Manifest @@ -1 +1,2 @@ DIST pyxattr-0.6.0.tar.gz 31057 BLAKE2B cf6e99c499dbcc74305970413803e5cf59508e7ee1bf247afe42e576c2dfaf118a374ad6f8721b9d9c482f8be0c222d26b82997dc1ccc79248d5f52b2064ed8d SHA512 c56bf57729b5f8c8e3e19e29fd903b7365c6644abe3dcebf57ffc2f97a1e92d0e22cdc0a967c5abee3a74ba61a2a379e31a1734f45449095bdb7895b8357a9bb +DIST pyxattr-0.7.1.tar.gz 30580 BLAKE2B 748ce0610ebc1a074dee87dffc67a88e1def0ea467f13758d2d85f9f5c37954586d85dfb8ceb1b77f4ef637295d57a153849b00d773e2e79b06902974fe01663 SHA512 093cb3f9b9637194b9737c07da7dde45b3d5083ec16a9209af80d30c86da8f93badff5aada395415be3dd48da73004286e47d0aa0671c95e65b0492d02e86009 diff --git a/dev-python/pyxattr/metadata.xml b/dev-python/pyxattr/metadata.xml new file mode 100644 index 000000000000..4a87b5dd0571 --- /dev/null +++ b/dev-python/pyxattr/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription> + pyxattr is an Python extension module wrapper for libattr. You can + use this module to query, list, add and remove extended attributes + from files and directories +</longdescription> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">pyxattr</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r3.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index dff8a4903334..31c0e774ea0c 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0-r3.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) inherit distutils-r1 eutils @@ -12,13 +12,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://pyxattr.k1024.org/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="2.7" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )" -RDEPEND="sys-apps/attr - !dev-python/pyxattr:0[python_targets_python2_7]" +RDEPEND="sys-apps/attr" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] ) @@ -68,5 +67,4 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( doc/html/. ) distutils-r1_python_install_all - rm -r ${D}/usr/share } diff --git a/dev-python/pyxattr/pyxattr-0.7.1.ebuild b/dev-python/pyxattr/pyxattr-0.7.1.ebuild new file mode 100644 index 000000000000..371f23eb0f70 --- /dev/null +++ b/dev-python/pyxattr/pyxattr-0.7.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to xattr" +HOMEPAGE="https://pyxattr.k1024.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://pyxattr.k1024.org/downloads/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" + +RDEPEND="sys-apps/attr:=" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest +distutils_enable_sphinx doc dev-python/recommonmark + +python_prepare_all() { + sed -i -e 's:, "-Werror"::' setup.py || die + # Bug 548486 + sed -e "s:html_theme = 'default':html_theme = 'classic':" \ + -i doc/conf.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest index cb2c67e90b1e..5b5d22bdd285 100644 --- a/dev-python/scrypt/Manifest +++ b/dev-python/scrypt/Manifest @@ -1,2 +1 @@ -DIST scrypt-0.8.13.tar.gz 53606 BLAKE2B 924b870d2dd5d8dc6765ab2679e71a819fb08a75cfdb0e7a6cfa9c305f35a376892e78607007013d9dc7d9a6b2bc6420019f8b27fadc7f468b3b2fd685a1c3ff SHA512 a65e24b0a7dbe02e16c0b38b52c66549f36370e267aacf348a107cb980221806ca783cee0caa95ab6af978dd2b0d8efdb6b06798bb43742d4623bd8f6535e9a5 DIST scrypt-0.8.15.tar.gz 53954 BLAKE2B 9f9bfc6ead25f14b9b3194853cd64a7b2244685d15a7d257e2395b0acf3fb968487fffc5d5eb5a245de1518b0740483d3e6feed841282b40ecec86ce178de46e SHA512 db5f688b341f816935a0fd5a538d8633a1e43c69c7228d9fc127459c9673528f92405170339a5a43eca86eb5a2ea17b951ac16a203993e452e05f2589914a66f diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild deleted file mode 100644 index a8f6f9e03eb1..000000000000 --- a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Bindings for the scrypt key derivation function library" -HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/wiki/Home/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" -SLOT="0" -IUSE="libressl" - -RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest |
