FreeBSD Bugzilla – Attachment 193902 Details for
Bug 228666
[NEW PORT] graphics/py-geopandas: Python tools for geographic data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-geopandas 0.3.0
py27-geopandas-0.3.0.diff (text/plain), 2.99 KB, created by
Loïc Bartoletti
on 2018-06-01 21:24:37 UTC
(
hide
)
Description:
py-geopandas 0.3.0
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-06-01 21:24:37 UTC
Size:
2.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (nonexistent) >+++ Makefile (copie de travail) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= geopandas >+PORTVERSION= 0.3.0 >+CATEGORIES= graphics python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= lbartoletti@tuxfamily.org >+COMMENT= Python tools for geographic data >+ >+LICENSE= BSD3CLAUSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}Fiona>=1.0.1:graphics/py-fiona@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${FLAVOR} >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist cython distutils >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (nonexistent) >+++ distinfo (copie de travail) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1527886569 >+SHA256 (geopandas-0.3.0.tar.gz) = e63bb32a3e516d8c9bcd149c22335575defdc5896c8bdf15c836608f152a920b >+SIZE (geopandas-0.3.0.tar.gz) = 891694 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (nonexistent) >+++ pkg-descr (copie de travail) >@@ -0,0 +1,12 @@ >+GeoPandas is a project to add support for geographic data to pandas objects. >+It currently implements GeoSeries and GeoDataFrame types which are subclasses >+of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act >+on shapely geometry objects and perform geometric operations. >+ >+GeoPandas geometry operations are cartesian. The coordinate reference system >+(crs) can be stored as an attribute on an object, and is automatically set when >+loading from a file. Objects may be transformed to new coordinate systems with >+the to_crs() method. There is currently no enforcement of like coordinates for >+operations, but that may change in the future. >+ >+WWW: https://pypi.python.org/pypi/geopandas > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 228666
: 193902