From owner-svn-ports-head@freebsd.org  Sat Dec 28 06:55:33 2019
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96D211DDDB0;
 Sat, 28 Dec 2019 06:55:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 47lDwj3HRlz3L98;
 Sat, 28 Dec 2019 06:55:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 686CD254BD;
 Sat, 28 Dec 2019 06:55:33 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBS6tX9k011075;
 Sat, 28 Dec 2019 06:55:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBS6tW1n011072;
 Sat, 28 Dec 2019 06:55:32 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201912280655.xBS6tW1n011072@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Sat, 28 Dec 2019 06:55:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r521047 - in head/sysutils: . py-upt-rubygems
X-SVN-Group: ports-head
X-SVN-Commit-Author: sunpoet
X-SVN-Commit-Paths: in head/sysutils: . py-upt-rubygems
X-SVN-Commit-Revision: 521047
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Dec 2019 06:55:33 -0000

Author: sunpoet
Date: Sat Dec 28 06:55:32 2019
New Revision: 521047
URL: https://svnweb.freebsd.org/changeset/ports/521047

Log:
  Add py-upt-rubygems 0.4.1
  
  This is the RubyGems frontend for upt (Universal Packaging Tool).
  
  WWW: https://framagit.org/upt/upt-rubygems

Added:
  head/sysutils/py-upt-rubygems/
  head/sysutils/py-upt-rubygems/Makefile   (contents, props changed)
  head/sysutils/py-upt-rubygems/distinfo   (contents, props changed)
  head/sysutils/py-upt-rubygems/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Dec 28 06:55:26 2019	(r521046)
+++ head/sysutils/Makefile	Sat Dec 28 06:55:32 2019	(r521047)
@@ -1027,6 +1027,7 @@
     SUBDIR += py-upt-cpan
     SUBDIR += py-upt-freebsd
     SUBDIR += py-upt-pypi
+    SUBDIR += py-upt-rubygems
     SUBDIR += py-uptime
     SUBDIR += py-zdaemon
     SUBDIR += pydf

Added: head/sysutils/py-upt-rubygems/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-rubygems/Makefile	Sat Dec 28 06:55:32 2019	(r521047)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	upt-rubygems
+PORTVERSION=	0.4.1
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	RubyGems frontend for upt
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}upt>=0.11:sysutils/py-upt@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-upt-rubygems/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-rubygems/distinfo	Sat Dec 28 06:55:32 2019	(r521047)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577145703
+SHA256 (upt-rubygems-0.4.1.tar.gz) = 4bf9988ae2d42d30e50cb85e34f3b8a4a0ef298c9710561fb0ece90cf6978280
+SIZE (upt-rubygems-0.4.1.tar.gz) = 5795

Added: head/sysutils/py-upt-rubygems/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-upt-rubygems/pkg-descr	Sat Dec 28 06:55:32 2019	(r521047)
@@ -0,0 +1,3 @@
+This is the RubyGems frontend for upt (Universal Packaging Tool).
+
+WWW: https://framagit.org/upt/upt-rubygems