Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=j2JAcday; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=K6TSriIa Received: by mail.netbsd.org (Postfix, from userid 605) id 27A3084EA4; Wed, 20 Mar 2024 04:05:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710907549; bh=rQTsOUrBQspwiK7tL2wDQOhsjsccxFQ6nQabjFVvYWE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=j2JAcdaytiSrSUDCeBHd5BTUFhPE7GDl4dHx2mnIe04JSzHbryymskL7+oSEu/c5D 3LYjLSmpq7gc/BgJSYEGHvwrUVMkarkxXgrkBnpPSlRrW3cvKlH2/YmtmE/Ilb6ffb VaLvaG7EbRmbol/0Nt10RwHpsVDAC4WCgsQcCaPU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18CF484DC2 for ; Wed, 20 Mar 2024 04:05:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AI6Ytem-mwwL for ; Wed, 20 Mar 2024 04:05:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75AC784D4B for ; Wed, 20 Mar 2024 04:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710907547; bh=rQTsOUrBQspwiK7tL2wDQOhsjsccxFQ6nQabjFVvYWE=; h=Date:From:Subject:To:Reply-To; b=K6TSriIabbQaq+OMH6zs+b6jacJnTi5uI8RpxeJbl0koqR9Z6B8jKhl1kTdJkJhX0 W8GjEUOgIlGdrBj41kDvgmnNsq5+/MG7mCnO5ZgBFYCvIbmhELW1+nbtguxSQd5S6W 0uIHLJJ2c7mUApNEcurg+hHk3IzClDm4qzSdTkF8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67833FA2C; Wed, 20 Mar 2024 04:05:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710907547282200" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 04:05:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/lang/bython To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240320040547.67833FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710907547282200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Mar 20 04:05:47 UTC 2024 Added Files: pkgsrc/lang/bython: DESCR Makefile PLIST distinfo Log Message: (lang/bython) import bython-0.8 Python with braces. Because Python is awesome, but whitespace is awful. Bython is a Python preprosessor which translates curly brackets into indentation. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/bython/DESCR pkgsrc/lang/bython/Makefile \ pkgsrc/lang/bython/PLIST pkgsrc/lang/bython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710907547282200 Content-Disposition: inline Content-Length: 2723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/bython/DESCR diff -u /dev/null pkgsrc/lang/bython/DESCR:1.1 --- /dev/null Wed Mar 20 04:05:47 2024 +++ pkgsrc/lang/bython/DESCR Wed Mar 20 04:05:47 2024 @@ -0,0 +1,4 @@ +Python with braces. Because Python is awesome, but whitespace is awful. + +Bython is a Python preprosessor which translates curly brackets into +indentation. Index: pkgsrc/lang/bython/Makefile diff -u /dev/null pkgsrc/lang/bython/Makefile:1.1 --- /dev/null Wed Mar 20 04:05:47 2024 +++ pkgsrc/lang/bython/Makefile Wed Mar 20 04:05:47 2024 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2024/03/20 04:05:47 mef Exp $ + +VERSION= 0.8 +DISTNAME= bython-${VERSION} +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GITHUB:=mathialo/} +GITHUB_TAG= v${VERSION} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/mathialo/bython/releases/tag/ # TODO: check +COMMENT= Python with braces. Because Python is awesome, but whitespace is awful +LICENSE= mit + +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel + +USE_TOOLS+= bash +REPLACE_BASH+= scripts/by2py +USE_LANGUAGES= # none + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/bython/PLIST diff -u /dev/null pkgsrc/lang/bython/PLIST:1.1 --- /dev/null Wed Mar 20 04:05:47 2024 +++ pkgsrc/lang/bython/PLIST Wed Mar 20 04:05:47 2024 @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2024/03/20 04:05:47 mef Exp $ +bin/by2py +bin/bython +bin/py2by +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt +${PYSITELIB}/bython/__init__.py +${PYSITELIB}/bython/__init__.pyc +${PYSITELIB}/bython/__init__.pyo +${PYSITELIB}/bython/importing.py +${PYSITELIB}/bython/importing.pyc +${PYSITELIB}/bython/importing.pyo +${PYSITELIB}/bython/logger.py +${PYSITELIB}/bython/logger.pyc +${PYSITELIB}/bython/logger.pyo +${PYSITELIB}/bython/parser.py +${PYSITELIB}/bython/parser.pyc +${PYSITELIB}/bython/parser.pyo +man/man1/by2py.1 +man/man1/bython.1 +man/man1/py2by.1 Index: pkgsrc/lang/bython/distinfo diff -u /dev/null pkgsrc/lang/bython/distinfo:1.1 --- /dev/null Wed Mar 20 04:05:47 2024 +++ pkgsrc/lang/bython/distinfo Wed Mar 20 04:05:47 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/03/20 04:05:47 mef Exp $ + +BLAKE2s (bython-0.8.tar.gz) = e246253f3e3f2b039af95c141d3d8c832113e27d9599d44c6398915a76ee0911 +SHA512 (bython-0.8.tar.gz) = 6c803505083616bf9e998625f01da8e3a840b2d90a84d3ad553c0acf01e04d88436000a6951ad4ee74c6504eea54b632cb367c844bd76f91729dd3bea2793301 +Size (bython-0.8.tar.gz) = 14962 bytes --_----------=_1710907547282200--