Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2017 22:19:26 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435431 - in head/textproc: . py-alabaster py3-alabaster
Message-ID:  <201703042219.v24MJQxb000621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Sat Mar  4 22:19:25 2017
New Revision: 435431
URL: https://svnweb.freebsd.org/changeset/ports/435431

Log:
  - Create python3 version of textproc/py-alabaster
  - Set architecture neutral
  
  PR: 217471
  Submitted by: Danilo Baio <dbaio@bsd.com.br>

Added:
  head/textproc/py3-alabaster/
  head/textproc/py3-alabaster/Makefile   (contents, props changed)
Modified:
  head/textproc/Makefile
  head/textproc/py-alabaster/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Mar  4 22:14:35 2017	(r435430)
+++ head/textproc/Makefile	Sat Mar  4 22:19:25 2017	(r435431)
@@ -1364,6 +1364,7 @@
     SUBDIR += py-zpt
     SUBDIR += py2html
     SUBDIR += py3-MarkupSafe
+    SUBDIR += py3-alabaster
     SUBDIR += py3-asciinema
     SUBDIR += py3-chardet
     SUBDIR += py3-hunspell

Modified: head/textproc/py-alabaster/Makefile
==============================================================================
--- head/textproc/py-alabaster/Makefile	Sat Mar  4 22:14:35 2017	(r435430)
+++ head/textproc/py-alabaster/Makefile	Sat Mar  4 22:19:25 2017	(r435431)
@@ -11,7 +11,8 @@ COMMENT=	Modified Kr Sphinx theme
 
 LICENSE=	MIT
 
-USES=		python
+NO_ARCH=	yes
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Added: head/textproc/py3-alabaster/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-alabaster/Makefile	Sat Mar  4 22:19:25 2017	(r435431)
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio@bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-alabaster
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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