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)
Sat, Jun 22, 4:54 PM
Unknown Object (File)
Wed, Jun 19, 7:20 PM
Unknown Object (File)
Wed, Jun 5, 10:13 PM
Unknown Object (File)
May 28 2024, 11:11 AM
Unknown Object (File)
May 21 2024, 12:32 PM
Unknown Object (File)
May 21 2024, 12:32 PM
Unknown Object (File)
May 21 2024, 12:32 PM
Unknown Object (File)
May 19 2024, 4:51 PM
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 14006
Build 14198: 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
8

CHEESESHOP

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

Latest versions is 0.5.2

16

Needs to RUN_DEPEND on django (version is supports)

www/py-django-netfields/Makefile
11

Add LICENSE (BSD) & LICENSE_FILE

www/py-django-netfields/Makefile
16

Also RUN_DEPENDS on

netaddr
www/py-django-netfields/Makefile
16

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
8

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
1

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

5

PH prefers DISTVERSION

17

concurrent as well?

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

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
17

added

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

fixed both of these.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 3 2018, 3:49 PM
Closed by commit rP457970: New port, www/py-django-netfields (authored by jrm). ยท Explain Why
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}.