mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.4.1
- Fix build with python-2.7 - Remove MD5 PR: ports/155091 Submitted by: Wen Heping (myself) Approved by: maintainer
This commit is contained in:
parent
86fee3230a
commit
feacb1078a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269959
3 changed files with 4 additions and 17 deletions
|
@ -5,14 +5,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= filelike
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= dikshie@sfc.wide.ad.jp
|
||||
COMMENT= Python module for building and manipulating file-like object
|
||||
|
||||
USE_PYTHON= 2.5-2.6
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (filelike-0.3.4.tar.gz) = d39046324908a04851645aeea3ae365c
|
||||
SHA256 (filelike-0.3.4.tar.gz) = c8882b15ad17c1ee189004db4e23de30152574caa0dd993fb764b275403c646d
|
||||
SIZE (filelike-0.3.4.tar.gz) = 36950
|
||||
SHA256 (filelike-0.4.1.tar.gz) = 0f74981e176baec98b0f8abf30b1a2a9a102f8a4b6f3c202b17551d970a8f3d9
|
||||
SIZE (filelike-0.4.1.tar.gz) = 38439
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -5,9 +5,6 @@
|
||||
# This script is placed in the public domain.
|
||||
#
|
||||
|
||||
-import ez_setup
|
||||
-ez_setup.use_setuptools()
|
||||
-
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
# Import to allow pertinent info to be extracted
|
Loading…
Add table
Reference in a new issue