mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
cchardet: remove in Gentoo's favour
This commit is contained in:
parent
f40bfd7088
commit
a1e3a66568
3 changed files with 0 additions and 35 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST cchardet-2.1.4.tar.gz 648389 BLAKE2B da9e9f93678bdc35cf09ae86db3411d3af7c18329097f427846cece50f2c57c12302a0367d913790341c992a9fde02e3fb540fc0775b32688a36efae680aabf7 SHA512 241545d0f969bd6cefde51448f325108a61f3fc0eb95e3a994e02b68ce6a3b11a96d657b3731b700df2a765398feb4e8e4d57689b682873efe0fbea1a738e25b
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interacting with Censys Search Engine (censys.io)"
|
||||
HOMEPAGE="https://github.com/PyYoshi/cChardet"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#python_test() {
|
||||
# nosetests --verbose || die
|
||||
# py.test -v -v || die
|
||||
#}
|
||||
|
|
@ -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>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue