Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 13:32:29 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552125 - in head/devel: . py-tiamat
Message-ID:  <202010121332.09CDWTwR076831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Mon Oct 12 13:32:28 2020
New Revision: 552125
URL: https://svnweb.freebsd.org/changeset/ports/552125

Log:
  Add devel/py-tiamat
  
  Tiamat is the single binary builder for Python projects and based on pop.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Oct 12 13:17:41 2020	(r552124)
+++ head/devel/Makefile	Mon Oct 12 13:32:28 2020	(r552125)
@@ -5107,6 +5107,7 @@
     SUBDIR += py-threema-msgapi
     SUBDIR += py-thrift
     SUBDIR += py-thriftpy
+    SUBDIR += py-tiamat
     SUBDIR += py-timelib
     SUBDIR += py-tinyarray
     SUBDIR += py-tinyrpc

Added: head/devel/py-tiamat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tiamat/Makefile	Mon Oct 12 13:32:28 2020	(r552125)
@@ -0,0 +1,30 @@
+# Created by: Kirill Ponomarev <krion@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tiamat
+PORTVERSION=	7.3
+CATEGORIES=	devel python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	krion@FreeBSD.org
+COMMENT=	Single binary builder for Python projects
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pop>=0:devel/py-pop@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
+
+USES=		python:3.6+ shebangfix
+USE_PYTHON=	autoplist distutils
+
+USE_GITLAB=	yes
+GL_ACCOUNT=	saltstack/pop
+GL_COMMIT=	e0d4c851aea63480127a11e01f77ab5df959b484
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-tiamat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tiamat/distinfo	Mon Oct 12 13:32:28 2020	(r552125)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602260631
+SHA256 (saltstack/pop-tiamat-e0d4c851aea63480127a11e01f77ab5df959b484_GL0.tar.gz) = a975b216b4825d6108138678a4b6a014a21297dba4441e7affe9649ef3f786e3
+SIZE (saltstack/pop-tiamat-e0d4c851aea63480127a11e01f77ab5df959b484_GL0.tar.gz) = 72046

Added: head/devel/py-tiamat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-tiamat/pkg-descr	Mon Oct 12 13:32:28 2020	(r552125)
@@ -0,0 +1,3 @@
+Tiamat is the single binary builder for Python projects and based on pop.
+
+WWW: https://gitlab.com/saltstack/pop/tiamat



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