parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 895e2c2c8df60d59084712a4c7d421eed3ac59ab
parent 5f58546ef4d9f5292834730b43a176bc0d1b8472
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 27 Oct 2017 00:44:56 +0200

Remove unused packages.

Diffstat:
Ddev-python/hiredis/Manifest | 1-
Ddev-python/hiredis/files/hiredis-0.2.0-system-libs.patch | 28----------------------------
Ddev-python/hiredis/hiredis-0.2.0.ebuild | 28----------------------------
Ddev-python/pysodium/Manifest | 1-
Ddev-python/pysodium/metadata.xml | 7-------
Ddev-python/pysodium/pysodium-0.6.14.ebuild | 23-----------------------
Ddev-python/python-gitlab/Manifest | 1-
Ddev-python/python-gitlab/metadata.xml | 7-------
Ddev-python/python-gitlab/python-gitlab-1.0.1.ebuild | 25-------------------------
9 files changed, 0 insertions(+), 121 deletions(-)

diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest @@ -1 +0,0 @@ -DIST hiredis-0.2.0.tar.gz 46113 SHA256 ca958e13128e49674aa4a96f02746f5de5973f39b57297b84d59fd44d314d5b5 SHA512 9eb18ec089517340043d14938a213b139dc948dc9cf2f9c65e632bb4694ac22543b87a5875c1cea083e2bc8e303103c749047889cdb3e9d5680b586d34330c86 WHIRLPOOL 5c2252d82814b8365a29160c41133571083954c317f9c36f534e3f0aa98bc97621f144479b715da0d5c77a0a00a7a5e0b69fb63c2559a4ebf124d88be93d477d diff --git a/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch b/dev-python/hiredis/files/hiredis-0.2.0-system-libs.patch @@ -1,28 +0,0 @@ -Remove vendor and var 'lib' from setup.py -diff -u hiredis-0.2.0.orig/setup.py hiredis-0.2.0/setup.py ---- setup.py 2015-06-21 11:47:28.796472027 +0800 -+++ setup.py 2015-06-21 11:49:53.047949803 +0800 -@@ -40,12 +40,9 @@ - # supported Python versions is worse... - # - # Also see: https://github.com/pietern/hiredis-py/issues/15 --lib = ("hiredis_for_hiredis_py", { -- "sources": ["vendor/hiredis/%s.c" % src for src in ("read", "sds")]}) - - ext = Extension("hiredis.hiredis", -- sources=glob.glob("src/*.c"), -- include_dirs=["vendor"]) -+ sources=glob.glob("src/*.c")) - - setup( - name="hiredis", -@@ -57,7 +54,6 @@ - keywords=["Redis"], - license="BSD", - packages=["hiredis"], -- libraries=[lib], - ext_modules=[ext], - - # Override "install_lib" command -Common subdirectories: hiredis-0.2.0.orig/src and hiredis-0.2.0/src -Common subdirectories: hiredis-0.2.0.orig/vendor and hiredis-0.2.0/vendor diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python extension that wraps hiredis" -HOMEPAGE="https://github.com/pietern/hiredis-py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" - -DEPEND=">=dev-libs/hiredis-0.13.1" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-system-libs.patch ) - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - - distutils-r1_python_compile -} diff --git a/dev-python/pysodium/Manifest b/dev-python/pysodium/Manifest @@ -1 +0,0 @@ -DIST pysodium-0.6.14.tar.gz 13036 SHA256 b9e8ca5b5d92edf332de46717316fdbc2ef1282986a57a8bb21ab830f10f912c SHA512 fb17ae22888fbeb6119b01944d00d077f707e2a5dd3e2ad059cd124b30b756eea1dfbe92beb01c86fc9843cfe599c856cfac25819192cd3bcb46e6349b8570bb WHIRLPOOL 1625403e5ece603369bc7a5048d85b0a68421f649ef940e02d58231ad6534ddf5261773bbf4e83ee857c760cf488031fbcbb5963937cbcbe2e0702d3b728bff9 diff --git a/dev-python/pysodium/metadata.xml b/dev-python/pysodium/metadata.xml @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>parazyd@dyne.org</email> -</maintainer> -</pkgmetadata> diff --git a/dev-python/pysodium/pysodium-0.6.14.ebuild b/dev-python/pysodium/pysodium-0.6.14.ebuild @@ -1,23 +0,0 @@ -# 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} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for libsodium" -HOMEPAGE="https://pypi.python.org/pypi/pysodium/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND=" - dev-libs/libsodium -" diff --git a/dev-python/python-gitlab/Manifest b/dev-python/python-gitlab/Manifest @@ -1 +0,0 @@ -DIST python-gitlab-1.0.1.tar.gz 112714 SHA256 8f118501ff679717b9932d1aee8086fdf4c122212920ae6937901d81711c3b7c SHA512 28854af01de13e23c4e9ee82e16c89c548f6245a4d5696e559efb6260436cad5850d9d83e064c9d81985f2cf73c7a4bb8ff2ad19684bd84114c5fe7dc7879e26 WHIRLPOOL b743b02b254ac12adb6f83bf7d19bc1758f738ac20630dbe855deed20e90a51ad84465ce0774d8824d2d9ed4ebddf8cae285ef104d06cebae9d4e8b043f5c86a diff --git a/dev-python/python-gitlab/metadata.xml b/dev-python/python-gitlab/metadata.xml @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>parazyd@dyne.org</email> -</maintainer> -</pkgmetadata> diff --git a/dev-python/python-gitlab/python-gitlab-1.0.1.ebuild b/dev-python/python-gitlab/python-gitlab-1.0.1.ebuild @@ -1,25 +0,0 @@ -# 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} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the Gitlab API" -HOMEPAGE="https://pypi.python.org/pypi/python-gitlab/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -"