Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 20:50:17 +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: r505105 - in head/devel: . py-semver
Message-ID:  <201906252050.x5PKoHCP025302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun 25 20:50:17 2019
New Revision: 505105
URL: https://svnweb.freebsd.org/changeset/ports/505105

Log:
  Add py-semver 2.8.1
  
  Semver is a Python module for semantic versioning. It simplifies comparing
  versions.
  
  WWW: https://github.com/k-bx/python-semver

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 25 20:46:00 2019	(r505104)
+++ head/devel/Makefile	Tue Jun 25 20:50:17 2019	(r505105)
@@ -4947,6 +4947,7 @@
     SUBDIR += py-selectors2
     SUBDIR += py-selectors34
     SUBDIR += py-semantic_version
+    SUBDIR += py-semver
     SUBDIR += py-serializable
     SUBDIR += py-serpent
     SUBDIR += py-setproctitle

Added: head/devel/py-semver/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-semver/Makefile	Tue Jun 25 20:50:17 2019	(r505105)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	semver
+PORTVERSION=	2.8.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Python helper for Semantic Versioning
+
+LICENSE=	BSD3CLAUSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-semver/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-semver/distinfo	Tue Jun 25 20:50:17 2019	(r505105)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561316260
+SHA256 (semver-2.8.1.tar.gz) = 5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8
+SIZE (semver-2.8.1.tar.gz) = 5576

Added: head/devel/py-semver/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-semver/pkg-descr	Tue Jun 25 20:50:17 2019	(r505105)
@@ -0,0 +1,4 @@
+Semver is a Python module for semantic versioning. It simplifies comparing
+versions.
+
+WWW: https://github.com/k-bx/python-semver



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