View | Details | Raw Unified | Return to bug 265762 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/py-ebcdic/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	ebcdic
2
PORTVERSION=	1.1.1
3
CATEGORIES=	textproc python
4
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
6
MAINTAINER=	DtxdF@riseup.net
7
COMMENT=	Additional EBCDIC codecs
8
9
LICENSE=	BSD2CLAUSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
11
12
USES=	python:3.8+
13
USE_PYTHON=	autoplist distutils unittest
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	roskakori
17
GH_PROJECT=	CodecMapper
18
GH_TAGNAME=	v1.1.1
19
20
WRKSRC_SUBDIR=	${PORTNAME}
21
22
.include <bsd.port.mk>
(-)b/textproc/py-ebcdic/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1659976590
2
SHA256 (roskakori-CodecMapper-1.1.1-v1.1.1_GH0.tar.gz) = 7a1a77fdc7e87924e42826087bd9c0c4b48b779156c10cabc94eec237739c818
3
SIZE (roskakori-CodecMapper-1.1.1-v1.1.1_GH0.tar.gz) = 18048
(-)b/textproc/py-ebcdic/pkg-descr (-1 / +11 lines)
Added Link Here
0
- 
1
ebcdic is a Python package adding additional EBCDIC codecs for data
2
exchange with legacy system. It works with Python 2.7 and Python
3
3.4+.
4
5
EBCDIC is short for Extended Binary Coded Decimal Interchange Code
6
and is a family of character encodings that is mainly used on
7
mainframe computers. There is no real point in using it unless you
8
have to exchange data with legacy systems that still only support
9
EBCDIC as character encoding.
10
11
WWW: https://github.com/roskakori/CodecMapper

Return to bug 265762