Received: by mail.netbsd.org (Postfix, from userid 605) id 543CE84D58; Sun, 21 Oct 2018 19:51:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C41C84D4B for ; Sun, 21 Oct 2018 19:51:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rUyi7w-4odR5 for ; Sun, 21 Oct 2018 19:51:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7CA9E84C77 for ; Sun, 21 Oct 2018 19:51:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AF50FBEE; Sun, 21 Oct 2018 19:51:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540151501171700" MIME-Version: 1.0 Date: Sun, 21 Oct 2018 19:51:41 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/py-semantic_version To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20181021195141.6AF50FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540151501171700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sun Oct 21 19:51:41 UTC 2018 Added Files: pkgsrc/devel/py-semantic_version: DESCR Makefile PLIST distinfo Log Message: devel/py-semantic_version: Import version 2.6.0 This small python library provides a few tools to handle SemVer in Python. It follows strictly the 2.0.0 version of the SemVer scheme. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-semantic_version/DESCR \ pkgsrc/devel/py-semantic_version/Makefile \ pkgsrc/devel/py-semantic_version/PLIST \ pkgsrc/devel/py-semantic_version/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540151501171700 Content-Disposition: inline Content-Length: 2746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-semantic_version/DESCR diff -u /dev/null pkgsrc/devel/py-semantic_version/DESCR:1.1 --- /dev/null Sun Oct 21 19:51:41 2018 +++ pkgsrc/devel/py-semantic_version/DESCR Sun Oct 21 19:51:41 2018 @@ -0,0 +1,2 @@ +This small python library provides a few tools to handle SemVer in +Python. It follows strictly the 2.0.0 version of the SemVer scheme. Index: pkgsrc/devel/py-semantic_version/Makefile diff -u /dev/null pkgsrc/devel/py-semantic_version/Makefile:1.1 --- /dev/null Sun Oct 21 19:51:41 2018 +++ pkgsrc/devel/py-semantic_version/Makefile Sun Oct 21 19:51:41 2018 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2018/10/21 19:51:41 minskim Exp $ + +DISTNAME= semantic_version-2.6.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=s/semantic_version/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/rbarrois/python-semanticversion +COMMENT= Semantic version comparison for Python +LICENSE= 2-clause-bsd + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-semantic_version/PLIST diff -u /dev/null pkgsrc/devel/py-semantic_version/PLIST:1.1 --- /dev/null Sun Oct 21 19:51:41 2018 +++ pkgsrc/devel/py-semantic_version/PLIST Sun Oct 21 19:51:41 2018 @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2018/10/21 19:51:41 minskim Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/semantic_version/__init__.py +${PYSITELIB}/semantic_version/__init__.pyc +${PYSITELIB}/semantic_version/__init__.pyo +${PYSITELIB}/semantic_version/base.py +${PYSITELIB}/semantic_version/base.pyc +${PYSITELIB}/semantic_version/base.pyo +${PYSITELIB}/semantic_version/compat.py +${PYSITELIB}/semantic_version/compat.pyc +${PYSITELIB}/semantic_version/compat.pyo +${PYSITELIB}/semantic_version/django_fields.py +${PYSITELIB}/semantic_version/django_fields.pyc +${PYSITELIB}/semantic_version/django_fields.pyo Index: pkgsrc/devel/py-semantic_version/distinfo diff -u /dev/null pkgsrc/devel/py-semantic_version/distinfo:1.1 --- /dev/null Sun Oct 21 19:51:41 2018 +++ pkgsrc/devel/py-semantic_version/distinfo Sun Oct 21 19:51:41 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/10/21 19:51:41 minskim Exp $ + +SHA1 (semantic_version-2.6.0.tar.gz) = 9e1bae88b7775f2f9097292bb87a847a7fee32fa +RMD160 (semantic_version-2.6.0.tar.gz) = e078cd3af2d6cfbfada40a3d51b005ad9148251e +SHA512 (semantic_version-2.6.0.tar.gz) = 805449e7219aaa59d28cc267c27a6abab5cbbbfd52c72d66f24bcace39c9f864e4ed944a3dc614e14a700a5bc92272fa6420312f3169b01a4cfd9ddf3ffb42d6 +Size (semantic_version-2.6.0.tar.gz) = 13919 bytes --_----------=_1540151501171700--