Bug 239035 - [NEW PORT] www/py-django-bootstrap4: Bootstrap 4 integration for Django
Summary: [NEW PORT] www/py-django-bootstrap4: Bootstrap 4 integration for Django
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/zostera/django-boo...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-07 18:36 UTC by Alexander Sieg
Modified: 2019-07-09 22:32 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.18 KB, patch)
2019-07-07 18:36 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.