Date: Sun, 15 Dec 2019 10:48:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520169 - in head/misc: . py-fleep Message-ID: <201912151048.xBFAmddH058776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Dec 15 10:48:39 2019 New Revision: 520169 URL: https://svnweb.freebsd.org/changeset/ports/520169 Log: New port: misc/py-fleep: File format determination library for Python Added: head/misc/py-fleep/ head/misc/py-fleep/Makefile (contents, props changed) head/misc/py-fleep/distinfo (contents, props changed) head/misc/py-fleep/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Dec 15 10:14:33 2019 (r520168) +++ head/misc/Makefile Sun Dec 15 10:48:39 2019 (r520169) @@ -383,6 +383,7 @@ SUBDIR += py-eemeter SUBDIR += py-emoji SUBDIR += py-fast-histogram + SUBDIR += py-fleep SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-huepy Added: head/misc/py-fleep/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-fleep/Makefile Sun Dec 15 10:48:39 2019 (r520169) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= fleep +DISTVERSION= 1.0.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= File format determination library for Python + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/misc/py-fleep/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-fleep/distinfo Sun Dec 15 10:48:39 2019 (r520169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1576406682 +SHA256 (fleep-1.0.1.tar.gz) = c8f62b258ee5364d7f6c1ed1f3f278e99020fc3f0a60a24ad1e10846e31d104c +SIZE (fleep-1.0.1.tar.gz) = 6547 Added: head/misc/py-fleep/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-fleep/pkg-descr Sun Dec 15 10:48:39 2019 (r520169) @@ -0,0 +1,4 @@ +fleep is a library that determines file format by file signature (also known as +"magic number"). + +WWW: https://github.com/floyernick/fleep-py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912151048.xBFAmddH058776>