# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-cluster # py-cluster/Makefile # py-cluster/distinfo # py-cluster/pkg-descr # echo c - py-cluster mkdir -p py-cluster > /dev/null 2>&1 echo x - py-cluster/Makefile sed 's/^X//' >py-cluster/Makefile << '4cacd059120408f9915c261cfb051f27' X# $FreeBSD$ X XPORTNAME= cluster XPORTVERSION= 1.3.1 XDISTVERSIONPREFIX= v XCATEGORIES= devel python XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= dbaio@bsd.com.br XCOMMENT= Create several groups (clusters) of objects from a list in Python X XLICENSE= LGPL21 XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSE_GITHUB= yes XGH_ACCOUNT= exhuma XGH_PROJECT= python-cluster X XNO_ARCH= yes XUSES= python XUSE_PYTHON= autoplist distutils X X.include 4cacd059120408f9915c261cfb051f27 echo x - py-cluster/distinfo sed 's/^X//' >py-cluster/distinfo << 'ca7e6e676f9ac7f76ab81650670b0bb3' XTIMESTAMP = 1468020597 XSHA256 (exhuma-python-cluster-v1.3.1_GH0.tar.gz) = f53411f76d96a98a90dff7ad0032cb828b96dc8866eeb69465f52f7e3aaaa794 XSIZE (exhuma-python-cluster-v1.3.1_GH0.tar.gz) = 49328 ca7e6e676f9ac7f76ab81650670b0bb3 echo x - py-cluster/pkg-descr sed 's/^X//' >py-cluster/pkg-descr << '47215fb94f3b058ee09c390293dd86b4' XPython-cluster is a simple package that allows to create several Xgroups (clusters) of objects from a list. It's meant to be flexible Xand able to cluster any object. To ensure this kind of flexibility, Xyou need not only to supply the list of objects, but also a function Xthat calculates the similarity between two of those objects. XFor simple datatypes, like integers, this can be as simple as a Xsubtraction, but more complex calculations are possible. X XWWW: https://pypi.python.org/pypi/cluster 47215fb94f3b058ee09c390293dd86b4 exit