View | Details | Raw Unified | Return to bug 198275
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3700-3705 Link Here
3700
    SUBDIR += py-astroid
3700
    SUBDIR += py-astroid
3701
    SUBDIR += py-async
3701
    SUBDIR += py-async
3702
    SUBDIR += py-asyncio
3702
    SUBDIR += py-asyncio
3703
    SUBDIR += py-atomicwrites
3703
    SUBDIR += py-avro
3704
    SUBDIR += py-avro
3704
    SUBDIR += py-babel
3705
    SUBDIR += py-babel
3705
    SUBDIR += py-babelfish
3706
    SUBDIR += py-babelfish
(-)py-atomicwrites/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	atomicwrites
4
PORTVERSION=	0.1.4
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	che@bein.link
10
COMMENT=	Atomic file writes
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python
16
USE_PYTHON=	autoplist distutils
17
18
.include <bsd.port.mk>
(-)py-atomicwrites/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (atomicwrites-0.1.4.tar.gz) = 6fc694e318b46eec816c937c081a9ba05960967d77b81758d62352f4e6f108cc
2
SIZE (atomicwrites-0.1.4.tar.gz) = 13650
(-)py-atomicwrites/pkg-descr (+3 lines)
Line 0 Link Here
1
Atomic file writes.
2
3
WWW: https://github.com/untitaker/python-atomicwrites

Return to bug 198275