Page MenuHomeFreeBSD

New port: www/py-django-netfields
ClosedPublic

Authored by alfred on Oct 4 2015, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 3, 5:23 PM
Unknown Object (File)
Mon, Jul 21, 8:17 PM
Unknown Object (File)
Sun, Jul 20, 9:52 AM
Unknown Object (File)
Sat, Jul 19, 2:25 AM
Unknown Object (File)
Sat, Jul 12, 11:38 PM
Unknown Object (File)
Sat, Jul 12, 9:01 PM
Unknown Object (File)
Jul 6 2025, 1:43 AM
Unknown Object (File)
Jul 5 2025, 1:47 AM
Subscribers

Details

Summary

This is a port of Django netfields

This project makes proper PostgreSQL net related fields for Django.

Custom fields include IP Addresses in CIDR Format, and fields for MAC Addresses.

WWW: https://pypi.python.org/pypi/django-netfields/0.2.2

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 674
Build 674: arc lint + arc unit

Event Timeline

alfred retitled this revision from to New port: www/py-django-netfields.
alfred updated this object.
alfred edited the test plan for this revision. (Show Details)
miwi added a reviewer: miwi.
This revision is now accepted and ready to land.Jan 2 2016, 3:22 PM
koobs requested changes to this revision.Jan 2 2016, 3:35 PM
koobs edited edge metadata.
koobs added inline comments.
www/py-django-netfields/Makefile
7

CHEESESHOP

This revision now requires changes to proceed.Jan 2 2016, 3:35 PM
www/py-django-netfields/Makefile
5

Latest versions is 0.5.2

15

Needs to RUN_DEPEND on django (version is supports)

www/py-django-netfields/Makefile
10

Add LICENSE (BSD) & LICENSE_FILE

www/py-django-netfields/Makefile
15

Also RUN_DEPENDS on

netaddr
www/py-django-netfields/Makefile
15

Also if Python version = 2.x, RUN_DEPENDS on:

py2-ipaddress

See: https://github.com/jimfunk/django-postgresql-netfields/blob/master/setup.py

www/py-django-netfields/pkg-descr
7

Homepage is

https://github.com/jimfunk/django-postgresql-netfields

As per setup.py:url=

take review feedback and update to latest version

@koobs, @adamw this is ready for feedback again.

jrm added inline comments.
www/py-django-netfields/Makefile
2

I have been asked to remove Created by lines, since this information is redundant.

6

PH prefers DISTVERSION

18

concurrent as well?

www/py-django-netfields/pkg-descr
7

portlint complains about lines longer than 80 characters. Is the first line is useful?

take review feedback, also fix LICENSE file path

www/py-django-netfields/Makefile
18

added

www/py-django-netfields/pkg-descr
7

fixed both of these.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 3 2018, 3:49 PM
This revision was automatically updated to reflect the committed changes.
mat added inline comments.
head/www/py-django-netfields/Makefile
25–27 ↗(On Diff #37461)

This is ${PY_IPADDRESS}.