Bug 239035

Summary: [NEW PORT] www/py-django-bootstrap4: Bootstrap 4 integration for Django
Product: Ports & Packages Reporter: Alexander Sieg <ports>
Component: Individual Port(s)Assignee: Kai Knoblich <kai>
Status: Closed FIXED    
Severity: Affects Only Me CC: kai
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/zostera/django-bootstrap4
Attachments:
Description Flags
patch none

Description Alexander Sieg 2019-07-07 18:36:24 UTC
Library with the goal to seamlessly blend Django and Bootstrap 4.

WWW: https://github.com/zostera/django-bootstrap4
Comment 1 Alexander Sieg 2019-07-07 18:36:31 UTC
Created attachment 205568 [details]
patch
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-07-09 07:22:18 UTC
Hi Alexander,

thank you for another contribution. For this PR I only have one question and that's the same like in bug #239034:

- Would it make sense to switch to PyPI (= CHEESESHOP, the preferred way for Python ports) instead of Github?
Comment 3 Alexander Sieg 2019-07-09 08:54:56 UTC
Yes absolutely. I did not know about CHEESESHOP when i submitted this port. ^^
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-07-09 22:28:49 UTC
A commit references this bug:

Author: kai
Date: Tue Jul  9 22:28:25 UTC 2019
New revision: 506322
URL: https://svnweb.freebsd.org/changeset/ports/506322

Log:
  New port: www/py-django-bootstrap4

  Library with the goal to seamlessly blend Django and Bootstrap 4.

  WWW: https://github.com/zostera/django-bootstrap4

  * Because the Python related code is based on www/py-django-bootstrap3 it
    was repocopied from that port.

  PR:		239035
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-django-bootstrap4/
  head/www/py-django-bootstrap4/Makefile
  head/www/py-django-bootstrap4/distinfo
  head/www/py-django-bootstrap4/pkg-descr
Comment 5 Kai Knoblich freebsd_committer freebsd_triage 2019-07-09 22:32:36 UTC
Committed, thank you for your contribution!

Just a small note: I merged your patch into a repocopy from www/py-django-bootstrap3 as the Python code is related to it.