mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-chardet/Makefile
Normal file
19
python/py-chardet/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: arved
|
||||
# $FreeBSD: head/textproc/py-chardet/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= chardet
|
||||
PORTVERSION= 3.0.4
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= Universal encoding detector for Python 2 and 3
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:python/py-pytest-runner@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-chardet/distinfo
Normal file
3
python/py-chardet/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1499956132
|
||||
SHA256 (chardet-3.0.4.tar.gz) = 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
|
||||
SIZE (chardet-3.0.4.tar.gz) = 1868453
|
||||
3
python/py-chardet/pkg-descr
Normal file
3
python/py-chardet/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Character encoding auto-detection in Python.
|
||||
|
||||
WWW: https://github.com/chardet/chardet/
|
||||
Reference in New Issue
Block a user