py-bracex: added version 2.1.1
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is used to generate arbitrary strings.
This commit is contained in:
parent
99ebd1cf76
commit
dd2a9fb13e
4 changed files with 37 additions and 0 deletions
2
textproc/py-bracex/DESCR
Normal file
2
textproc/py-bracex/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is
|
||||
used to generate arbitrary strings.
|
18
textproc/py-bracex/Makefile
Normal file
18
textproc/py-bracex/Makefile
Normal file
|
@ -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= pkgsrc-users@NetBSD.org
|
||||
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
textproc/py-bracex/PLIST
Normal file
11
textproc/py-bracex/PLIST
Normal file
|
@ -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
textproc/py-bracex/distinfo
Normal file
6
textproc/py-bracex/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue