Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:27:44 +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: r557463 - in head/devel: . py-plette
Message-ID:  <202012102127.0BALRi2L037988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:27:44 2020
New Revision: 557463
URL: https://svnweb.freebsd.org/changeset/ports/557463

Log:
  Add py-plette 0.2.3
  
  Plette implements Pipfle and Pipfile.lock parsers, generators, and optional
  validators to let the user work with them in a structured manner.
  
  WWW: https://github.com/sarugaku/plette

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 10 21:27:36 2020	(r557462)
+++ head/devel/Makefile	Thu Dec 10 21:27:44 2020	(r557463)
@@ -4775,6 +4775,7 @@
     SUBDIR += py-pkgconfig
     SUBDIR += py-plac
     SUBDIR += py-plan
+    SUBDIR += py-plette
     SUBDIR += py-plex
     SUBDIR += py-pluggy
     SUBDIR += py-pluginbase

Added: head/devel/py-plette/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-plette/Makefile	Thu Dec 10 21:27:44 2020	(r557463)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	plette
+PORTVERSION=	0.2.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Structured Pipfile and Pipfile.lock models
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tomlkit>=0:textproc/py-tomlkit@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=	VALIDATION
+OPTIONS_DEFAULT=VALIDATION
+VALIDATION_DESC=Validation support
+
+VALIDATION_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Cerberus>=0:devel/py-cerberus@${PY_FLAVOR}
+
+.include <bsd.port.mk>

Added: head/devel/py-plette/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-plette/distinfo	Thu Dec 10 21:27:44 2020	(r557463)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607539615
+SHA256 (plette-0.2.3.tar.gz) = 46402c03e36d6eadddad2a5125990e322dd74f98160c8f2dcd832b2291858a26
+SIZE (plette-0.2.3.tar.gz) = 9297

Added: head/devel/py-plette/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-plette/pkg-descr	Thu Dec 10 21:27:44 2020	(r557463)
@@ -0,0 +1,4 @@
+Plette implements Pipfle and Pipfile.lock parsers, generators, and optional
+validators to let the user work with them in a structured manner.
+
+WWW: https://github.com/sarugaku/plette



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