mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
csvkit: remove in Gentoo's favour
This commit is contained in:
parent
3767318bf6
commit
82b605e3ba
6 changed files with 0 additions and 84 deletions
|
|
@ -1,12 +0,0 @@
|
|||
diff -ur a/setup.py b/setup.py
|
||||
--- a/setup.py 2019-11-05 20:39:55.000000000 +0300
|
||||
+++ b/setup.py 2019-11-21 22:24:34.678081669 +0300
|
||||
@@ -50,8 +50,6 @@
|
||||
'ropgadget>=5.3',
|
||||
'pyserial>=2.7',
|
||||
'requests>=2.0',
|
||||
- 'pip>=6.0.8',
|
||||
- 'tox>=1.8.1',
|
||||
'pygments>=2.0',
|
||||
'pysocks',
|
||||
'python-dateutil',
|
||||
|
|
@ -12,7 +12,6 @@ inherit distutils-r1
|
|||
DESCRIPTION="CTF framework and exploit development library"
|
||||
HOMEPAGE="https://github.com/Gallopsled/pwntools"
|
||||
SRC_URI="https://github.com/Gallopsled/pwntools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
#https://github.com/Gallopsled/pwntools/archive/refs/tags/4.7.0beta0.tar.gz
|
||||
|
||||
#Most is under an MIT license, but a few pieces are under GPL or a BSD 2-clause licence
|
||||
LICENSE="MIT"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
DIST csvkit-1.0.4.tar.gz 3975822 BLAKE2B 2c7505e36539c3797b02d4328d52d307d437c6be6816f519a1d5a81a52927bb9a74a2cb3e34d5e8bc961f3f828d0f1b67a7c658a4b88daf566a865c51ba51b26 SHA512 fff34a5740831d5e292c969cc700db9fd83bc903534947433fbfdd19777b1c3ebe7e84e5a930496d4c57085e7ccf72d764f3098467cda04c84d2cdfc6d72b649
|
||||
DIST csvkit-1.0.5.tar.gz 3976665 BLAKE2B f7b5cd5b50310082c2ac00429ac365d52da2921a0b64b0d88d43958b42ececa01afbe0419c19bb791e8d0546dcdad88b3845f144bfca2f028b51e4bb81915eae SHA512 1933c649e6df82d05884ea7317119f932fac6ef0d29c92d7d04df9629171fc91a068be2e25cd20e0569dfc8090b8a1fa5b7542bb6679702bf2bddb9587c308d8
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A suite of utilities for converting to and working with CSV files"
|
||||
HOMEPAGE="https://csvkit.readthedocs.org/"
|
||||
SRC_URI="https://github.com/wireservice/csvkit/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~mips ~x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/agate[${PYTHON_USEDEP}]
|
||||
dev-python/agate-dbf[${PYTHON_USEDEP}]
|
||||
dev-python/agate-excel[${PYTHON_USEDEP}]
|
||||
dev-python/agate-sql[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A suite of utilities for converting to and working with CSV files"
|
||||
HOMEPAGE="https://csvkit.readthedocs.org/"
|
||||
SRC_URI="https://github.com/wireservice/csvkit/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~mips ~x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/agate[${PYTHON_USEDEP}]
|
||||
dev-python/agate-dbf[${PYTHON_USEDEP}]
|
||||
dev-python/agate-excel[${PYTHON_USEDEP}]
|
||||
dev-python/agate-sql[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue