This is pywdns, a Python extension module implemented in Cython
for the wdns C library.
Details
- Reviewers
mat
Fetch distfile from both master sites.
Build on FreeBSD 8.4 9.3 10.1 and 11.0-CURRENT, i386 and amd64
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
dns/py-wdns/Makefile | ||
---|---|---|
3 ↗ | (On Diff #4580) | I think this should be called pywdns, and be in dns/py-pywdns. I know it feels strange but we try very hard to have our packages named the same way as the original software, and there are already a lot of ports named py-py*: $ ls -ld */py-py*|wc -l 105 |
23 ↗ | (On Diff #4580) | Is this needed ? isn't setup.py already ran through python in python.mk ? |
dns/py-wdns/Makefile | ||
---|---|---|
23 ↗ | (On Diff #4580) | You are correct. I was getting an error because env wasn't able to find python. This was the first thing instance that I found when I was looking for the source of the problem, but the problem was actually due to the file that I found that I needed to patch on line 24. If I nuke line 23, I still get a successful build. |
dns/py-pywdns/Makefile | ||
---|---|---|
7–8 | Would fit on one line. |
dns/py-pywdns/Makefile | ||
---|---|---|
13 | /usr/local/share/licenses/py27-pywdns-0.6.0/APACHE20 now contains: Copyright (c) 2009-2014 by Farsight Security, Inc. Licensed under the Apache License, Version 2.0 (the "License"); http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software Does that look correct? |