www/py-cssmin: update to 0.2.0
- update to 0.2.0 - remove patch, applied upstream - reset maintainership by maintainer's request PR: 194454 Submitted by: rm (myself) Approved by: loader@freebsdmall.com (maintainer)
This commit is contained in:
parent
dca0102834
commit
d6226761f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371186
@ -1,13 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cssmin
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= loader@freebsdmall.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python port of the YUI CSS compression algorithm
|
||||
|
||||
USES= python
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d
|
||||
SIZE (cssmin-0.1.4.tar.gz) = 7723
|
||||
SHA256 (cssmin-0.2.0.tar.gz) = e012f0cc8401efcf2620332339011564738ae32be8c84b2e43ce8beaec1067b6
|
||||
SIZE (cssmin-0.2.0.tar.gz) = 3228
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- ./setup.py.orig 2013-11-27 16:51:22.144320041 -0200
|
||||
+++ ./setup.py 2013-11-27 16:51:29.013319136 -0200
|
||||
@@ -4,7 +4,6 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
-from distribute_setup import use_setuptools; use_setuptools()
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user