Skip to content

Commit

Permalink
py-bracex: added version 2.1.1
Browse files Browse the repository at this point in the history
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is
used to generate arbitrary strings.
  • Loading branch information
adam committed May 28, 2021
1 parent 9ffceec commit ae2633b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions textproc/py-bracex/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is
used to generate arbitrary strings.
18 changes: 18 additions & 0 deletions textproc/py-bracex/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2021/05/28 04:22:58 adam Exp $

DISTNAME= bracex-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bracex/}

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/facelessuser/bracex
COMMENT= Bash style brace expander
LICENSE= mit

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
11 changes: 11 additions & 0 deletions textproc/py-bracex/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.1 2021/05/28 04:22:58 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/bracex/__init__.py
${PYSITELIB}/bracex/__init__.pyc
${PYSITELIB}/bracex/__init__.pyo
${PYSITELIB}/bracex/__meta__.py
${PYSITELIB}/bracex/__meta__.pyc
${PYSITELIB}/bracex/__meta__.pyo
6 changes: 6 additions & 0 deletions textproc/py-bracex/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2021/05/28 04:22:58 adam Exp $

SHA1 (bracex-2.1.1.tar.gz) = a592635ea4869161b39e62a3e34ac4c22648dfcd
RMD160 (bracex-2.1.1.tar.gz) = ecb8735123a512686b5b07fa243ecbe7111af276
SHA512 (bracex-2.1.1.tar.gz) = d34a50e6565e1ecdb1c645d047351d907f57ab73614743be18495eb873449a2604f7dfd528e1221f71f7e709e0651cdb5d19605d24cad578bee85543c4a79c9e
Size (bracex-2.1.1.tar.gz) = 26628 bytes

0 comments on commit ae2633b

Please sign in to comment.