Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 04:20:59 +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: r523868 - in head/textproc: . py-isbntools
Message-ID:  <202001230420.00N4KxFi034288@repo.freebsd.org>

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

Log:
  Add py-isbntools 4.3.21
  
  isbntools provides several useful methods and functions to validate, clean,
  transform, hyphenate and get metadata for ISBN strings.
  
  WWW: https://github.com/xlcnd/isbntools

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

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

Added: head/textproc/py-isbntools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbntools/Makefile	Thu Jan 23 04:20:59 2020	(r523868)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	isbntools
+PORTVERSION=	4.3.21
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	App and framework for all things about ISBN
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE-LGPL-3.0-only.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isbnlib>=3.9.10<3.10.0:textproc/py-isbnlib@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-isbntools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbntools/distinfo	Thu Jan 23 04:20:59 2020	(r523868)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579684126
+SHA256 (isbntools-4.3.21.tar.gz) = 23e9c5833bf6d316f04d1e3fd0e955be0735861b139aea5aea62fe08e5abe08d
+SIZE (isbntools-4.3.21.tar.gz) = 38785

Added: head/textproc/py-isbntools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-isbntools/pkg-descr	Thu Jan 23 04:20:59 2020	(r523868)
@@ -0,0 +1,4 @@
+isbntools provides several useful methods and functions to validate, clean,
+transform, hyphenate and get metadata for ISBN strings.
+
+WWW: https://github.com/xlcnd/isbntools



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