Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 04:20:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523867 - in head/textproc: . py-isbnlib
Message-ID:  <202001230420.00N4KrUb033403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 23 04:20:53 2020
New Revision: 523867
URL: https://svnweb.freebsd.org/changeset/ports/523867

Log:
  Add py-isbnlib 3.9.10
  
  isbnlib is a (pure) python library that provides several useful methods and
  functions to validate, clean, transform, hyphenate and get metadata for ISBN
  strings. Its origin was as the core of isbntools.
  
  WWW: https://github.com/xlcnd/isbnlib

Added:
  head/textproc/py-isbnlib/
  head/textproc/py-isbnlib/Makefile   (contents, props changed)
  head/textproc/py-isbnlib/distinfo   (contents, props changed)
  head/textproc/py-isbnlib/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jan 23 04:20:47 2020	(r523866)
+++ head/textproc/Makefile	Thu Jan 23 04:20:53 2020	(r523867)
@@ -1272,6 +1272,7 @@
     SUBDIR += py-hunspell
     SUBDIR += py-hyperestraier-python
     SUBDIR += py-hypua2jamo
+    SUBDIR += py-isbnlib
     SUBDIR += py-jaxml
     SUBDIR += py-jsonslicer
     SUBDIR += py-jsx-lexer

Added: head/textproc/py-isbnlib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbnlib/Makefile	Thu Jan 23 04:20:53 2020	(r523867)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	isbnlib
+PORTVERSION=	3.9.10
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Extract, clean, transform, hyphenate and metadata for ISBNs
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE-LGPL-3.0-only.txt
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-isbnlib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbnlib/distinfo	Thu Jan 23 04:20:53 2020	(r523867)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579684124
+SHA256 (isbnlib-3.9.10.tar.gz) = 1a389556cc5cf82b7ad95924710101e3bd06d809d6f889a3f437975b275af944
+SIZE (isbnlib-3.9.10.tar.gz) = 60657

Added: head/textproc/py-isbnlib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbnlib/pkg-descr	Thu Jan 23 04:20:53 2020	(r523867)
@@ -0,0 +1,5 @@
+isbnlib is a (pure) python library that provides several useful methods and
+functions to validate, clean, transform, hyphenate and get metadata for ISBN
+strings. Its origin was as the core of isbntools.
+
+WWW: https://github.com/xlcnd/isbnlib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001230420.00N4KrUb033403>