svn commit: r506324 - in head/devel: . py-absl

Yuri Victorovich yuri at FreeBSD.org
Wed Jul 10 00:14:42 UTC 2019


Author: yuri
Date: Wed Jul 10 00:14:40 2019
New Revision: 506324
URL: https://svnweb.freebsd.org/changeset/ports/506324

Log:
  New port: devel/py-absl: Abseil Python Common Libraries
  
  PR:		226400
  Submitted by:	Anthony <amzo1337 at gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jul  9 23:31:03 2019	(r506323)
+++ head/devel/Makefile	Wed Jul 10 00:14:40 2019	(r506324)
@@ -4077,6 +4077,7 @@
     SUBDIR += py-XStatic-term.js
     SUBDIR += py-XStatic-tv4
     SUBDIR += py-ZopeUndo
+    SUBDIR += py-absl
     SUBDIR += py-adb
     SUBDIR += py-addict
     SUBDIR += py-aenum

Added: head/devel/py-absl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-absl/Makefile	Wed Jul 10 00:14:40 2019	(r506324)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	absl
+DISTVERSION=	0.7.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	absl-py-${PORTVERSION}
+
+MAINTAINER=	amzo1337 at gmail.com
+COMMENT=	Abseil Python Common Libraries
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-absl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-absl/distinfo	Wed Jul 10 00:14:40 2019	(r506324)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1562695293
+SHA256 (absl-py-0.7.1.tar.gz) = b943d1c567743ed0455878fcd60bc28ac9fae38d129d1ccfad58079da00b8951
+SIZE (absl-py-0.7.1.tar.gz) = 99948

Added: head/devel/py-absl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-absl/pkg-descr	Wed Jul 10 00:14:40 2019	(r506324)
@@ -0,0 +1,9 @@
+Abseil is an open source collection of libraries drawn from the most fundamental
+pieces of Google internal codebase. These libraries are the nuts-and-bolts that
+underpin almost everything Google runs. Bits and pieces of these APIs are
+embedded in most of our open source projects, and Abseil aims to bring them
+together into one comprehensive project. Abseil encompasses the most basic
+building blocks of Googles codebase: code that is production-tested and will be
+fully maintained for years to come.
+
+WWW: https://github.com/abseil/abseil-py


More information about the svn-ports-all mailing list