archivers/py-python-lhafile: Update to 0.2.2
Additional port changes: * Changed MASTER_SITES to CHEESESHOP * Added DISTNAME because CHEESESHOP has lhafile as name * Updated/added to desctiption in pkg-descr * Changed WWW URL to the https:// version PR: 225839 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
506836a7c6
commit
e2620e532f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461548
@ -2,10 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-lhafile
|
||||
PORTVERSION= 0.2.1
|
||||
DISTVERSION= 0.2.2
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= http://fengestad.no/python-lhafile/
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= lhafile-${DISTVERSION}
|
||||
|
||||
MAINTAINER= cs@innolan.dk
|
||||
COMMENT= LHA(.lzh) file extract interface
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1469201699
|
||||
SHA256 (python-lhafile-0.2.1.tar.gz) = ccddfa7312d08a48159fa702c5e92efcc0e341d580e4dfb2c5a1bbdc2704e35e
|
||||
SIZE (python-lhafile-0.2.1.tar.gz) = 265756
|
||||
TIMESTAMP = 1518395972
|
||||
SHA256 (lhafile-0.2.2.tar.gz) = 794763b52c386465921734bf83234d87731ba9cdc8808433c9c7fbf33fed1b9f
|
||||
SIZE (lhafile-0.2.2.tar.gz) = 14311
|
||||
|
@ -1,4 +1,6 @@
|
||||
The interface is like zipfile extension included in regular
|
||||
python distribution.
|
||||
Lhafile is python C extension to extract lha file(.lzh). The interface
|
||||
is like zipfile extension included in regular python distribution. It
|
||||
does not need external program for extract. It has only extract function,
|
||||
not archive function.
|
||||
|
||||
WWW: http://fengestad.no/python-lhafile/
|
||||
WWW: https://fengestad.no/python-lhafile/
|
||||
|
Loading…
Reference in New Issue
Block a user