Opened 12 years ago
Last modified 10 years ago
#35854 new submission
new port: py-pyccn (PyCCN - CCN bindings for Python)
Reported by: | cawka (Alex Afanasyev) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | petrrr | |
Port: | py-pyccn |
Description
A "thin" implementation, which supports Python objects corresponding to the major CCNx entities - Interest, ContentObject, and so on, as well as some support objects. The C code is mostly just responsible for marshaling data back and forth between the formats, though there are some useful functions for key generation/access included.
Attachments (2)
Change History (6)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | alexander.afanasyev@… removed |
---|---|
Keywords: | ccnx python removed |
Port: | py-pyccn added |
comment:2 Changed 12 years ago by cawka (Alex Afanasyev)
Uploaded a corrected Portfile.
I tried originally to put configure.env-append in a global part, but I was getting an error message every time I tried to do portindex:
Failed to parse file net/py-pyccn/Portfile: can't read "python.pkgd": can't read "python.version": no such variable
Changed 12 years ago by raimue (Rainer Müller)
Attachment: | Portfile.2 added |
---|
comment:3 Changed 12 years ago by raimue (Rainer Müller)
Since this port uses subports, the build instructions should only be defined in a block for the subport.
Some observations: