From owner-svn-ports-head@freebsd.org Sat Aug 17 20:42:04 2019 Return-Path: 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 BC889B13C1; Sat, 17 Aug 2019 20:42:04 +0000 (UTC) (envelope-from yuri@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 469sYm4WrZz3GYC; Sat, 17 Aug 2019 20:42:04 +0000 (UTC) (envelope-from yuri@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 7D26A1F4CD; Sat, 17 Aug 2019 20:42:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7HKg4cb077927; Sat, 17 Aug 2019 20:42:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7HKg37K077920; Sat, 17 Aug 2019 20:42:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908172042.x7HKg37K077920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 17 Aug 2019 20:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509171 - in head/devel: . py-PeachPy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-PeachPy X-SVN-Commit-Revision: 509171 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2019 20:42:04 -0000 Author: yuri Date: Sat Aug 17 20:42:03 2019 New Revision: 509171 URL: https://svnweb.freebsd.org/changeset/ports/509171 Log: New port: devel/py-PeachPy: Portable efficient assembly codegen in higher-level Python Added: head/devel/py-PeachPy/ head/devel/py-PeachPy/Makefile (contents, props changed) head/devel/py-PeachPy/distinfo (contents, props changed) head/devel/py-PeachPy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 17 20:41:53 2019 (r509170) +++ head/devel/Makefile Sat Aug 17 20:42:03 2019 (r509171) @@ -4012,6 +4012,7 @@ SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules + SUBDIR += py-PeachPy SUBDIR += py-Persistence SUBDIR += py-Pint SUBDIR += py-Products.ATContentTypes Added: head/devel/py-PeachPy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PeachPy/Makefile Sat Aug 17 20:42:03 2019 (r509171) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= PeachPy +DISTVERSION= 0.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Portable efficient assembly codegen in higher-level Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python:2.7 zip # fails with python-3.6: https://bitbucket.org/MDukhan/peachpy/issues/5/fails-with-python-36 +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/devel/py-PeachPy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PeachPy/distinfo Sat Aug 17 20:42:03 2019 (r509171) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566073906 +SHA256 (PeachPy-0.0.1.zip) = 9eaa37c0a914900dd93051080a9510c488fff626a22cc9c855c35045e0ac2843 +SIZE (PeachPy-0.0.1.zip) = 116904 Added: head/devel/py-PeachPy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-PeachPy/pkg-descr Sat Aug 17 20:42:03 2019 (r509171) @@ -0,0 +1,10 @@ +The goal of this project is to document instruction sets in a format convenient +for tools development. + +An instruction set is represented by three files: +* An XML file that describes instructions +* An XSD file that describes the structure of the XML file +* A Python module that reads the XML file and represents it as a set of Python + objects + +WWW: https://github.com/Maratyszcza/Opcodes