mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
New port: devel/py-monty: Supplementary useful functions for Python not in the standard library
This commit is contained in:
parent
47dc9cff81
commit
90c2cbf7f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472502
@ -4694,6 +4694,7 @@
|
||||
SUBDIR += py-mongoengine
|
||||
SUBDIR += py-mongokit
|
||||
SUBDIR += py-monotonic
|
||||
SUBDIR += py-monty
|
||||
SUBDIR += py-more-itertools
|
||||
SUBDIR += py-mox
|
||||
SUBDIR += py-mox3
|
||||
|
21
devel/py-monty/Makefile
Normal file
21
devel/py-monty/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= monty
|
||||
DISTVERSION= 1.0.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Supplementary useful functions for Python not in the standard library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-monty/distinfo
Normal file
3
devel/py-monty/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529104843
|
||||
SHA256 (monty-1.0.3.tar.gz) = 8cc68ee4717f2d306065679eba9bd13e40b40ac4b94937729effdd4ba21d948d
|
||||
SIZE (monty-1.0.3.tar.gz) = 34364
|
6
devel/py-monty/pkg-descr
Normal file
6
devel/py-monty/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Monty is the missing complement to Python. Monty implements supplementary useful
|
||||
functions for Python that are not part of the standard library. Examples include
|
||||
useful utilities like transparent support for zipped files, useful design
|
||||
patterns such as singleton and cached_class, and many more.
|
||||
|
||||
WWW: https://github.com/materialsvirtuallab/monty
|
Loading…
Reference in New Issue
Block a user