svn commit: r405196 - head/devel/py-simpy

Kubilay Kocak koobs at FreeBSD.org
Mon Jan 4 08:05:42 UTC 2016


On 4/01/2016 10:14 AM, Raphael Kubo da Costa wrote:
> Author: rakuco
> Date: Sun Jan  3 23:14:44 2016
> New Revision: 405196
> URL: https://svnweb.freebsd.org/changeset/ports/405196
> 
> Log:
>   Remove non-working SourceForge mirror and regenerate distinfo.
>   
>   The tarball from PyPI has a different name and slightly different contents:
>   
>   Only in distcache-SimPy-2.3.1/docs: __pycache__
>   Files distcache-SimPy-2.3.1/docs/.DS_Store and simpy-2.3.1/docs/.DS_Store differ
>   Only in distcache-SimPy-2.3.1/docs: build
>   Only in distcache-SimPy-2.3.1/docs: conftest.pyc
>   Only in distcache-SimPy-2.3.1/docs/ext: __init__.pyc
>   Only in distcache-SimPy-2.3.1/docs/ext: __pycache__
>   Only in distcache-SimPy-2.3.1/docs/ext: annotate.pyc
>   Only in distcache-SimPy-2.3.1/docs/ext: style.pyc
>   Only in distcache-SimPy-2.3.1/docs: html
>   Only in distcache-SimPy-2.3.1/docs/source/_static: .DS_Store
>   Only in distcache-SimPy-2.3.1/docs/source: .DS_Store
>   Only in distcache-SimPy-2.3.1/docs/source/Manuals: .DS_Store
>   Only in distcache-SimPy-2.3.1/docs/source/Manuals/GUIManual: .DS_Store
>   Only in distcache-SimPy-2.3.1/docs/source/Manuals/Interfacing/ProductionQualityPlotting: .DS_Store
>   Only in distcache-SimPy-2.3.1/docs/source/Manuals/PlotManual: .DS_Store
>   diff -upr distcache-SimPy-2.3.1/PKG-INFO simpy-2.3.1/PKG-INFO
>   --- distcache-SimPy-2.3.1/PKG-INFO       2012-01-28 10:44:34.000000000 +0100
>   +++ simpy-2.3.1/PKG-INFO                 2013-10-11 22:26:36.000000000 +0200
>   @@ -1,5 +1,5 @@
>   -Metadata-Version: 1.0
>   -Name: SimPy
>   +Metadata-Version: 1.1
>   +Name: simpy
>    Version: 2.3.1
>    Summary: Event discrete, process based simulation for Python.
>    Home-page: http://simpy.sourceforge.net/
>   diff -upr distcache-SimPy-2.3.1/setup.py simpy-2.3.1/setup.py
>   --- distcache-SimPy-2.3.1/setup.py       2011-12-24 13:38:40.000000000 +0100
>   +++ simpy-2.3.1/setup.py                 2013-10-11 22:25:26.000000000 +0200
>   @@ -5,7 +5,7 @@ import SimPy
>   
>   setup(
>   -    name='SimPy',
>   +    name='simpy',
>        version=SimPy.__version__,
>        author='Klaus Muller, Tony Vignaux, Ontje Lünsdorf, Stefan Scherfke',
>        author_email=('vignaux at user.sourceforge.net; '
>   
>   MFH:		2016Q1
> 
> Modified:
>   head/devel/py-simpy/Makefile
>   head/devel/py-simpy/distinfo
> 
> Modified: head/devel/py-simpy/Makefile
> ==============================================================================
> --- head/devel/py-simpy/Makefile	Sun Jan  3 23:08:16 2016	(r405195)
> +++ head/devel/py-simpy/Makefile	Sun Jan  3 23:14:44 2016	(r405196)
> @@ -5,10 +5,8 @@ PORTNAME=	simpy
>  PORTVERSION=	2.3.1
>  PORTREVISION=	1
>  CATEGORIES=	devel python
> -MASTER_SITES=	CHEESESHOP \
> -		SF/${PORTNAME}/${PORTNAME}/SimPy-${PORTVERSION}
> +MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> -DISTNAME=	SimPy-${PORTVERSION}
>  
>  MAINTAINER=	wen at FreeBSD.org
>  COMMENT=	Simulation in Python
> 
> Modified: head/devel/py-simpy/distinfo
> ==============================================================================
> --- head/devel/py-simpy/distinfo	Sun Jan  3 23:08:16 2016	(r405195)
> +++ head/devel/py-simpy/distinfo	Sun Jan  3 23:14:44 2016	(r405196)
> @@ -1,2 +1,2 @@
> -SHA256 (SimPy-2.3.1.tar.gz) = 417fcd9f1e6aa4e420caae7bd3565f37c1f766428335dbf1f73281c5a11d5eca
> -SIZE (SimPy-2.3.1.tar.gz) = 6237222
> +SHA256 (simpy-2.3.1.tar.gz) = 50086972d54690ca3b0cd32a838b9f182c742b346858e672d140a4819cd9a931
> +SIZE (simpy-2.3.1.tar.gz) = 3169090
> 

https://pypi.python.org/pypi/simpy

With tar.gz


More information about the svn-ports-head mailing list