[Bug 249063] lang/python-doc-html incorrect distinfo

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

Danilo G. Baio  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 CC||db...@freebsd.org
   Assignee|pyt...@freebsd.org  |db...@freebsd.org
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063
Bug 249063 depends on bug 249537, which changed state.

Bug 249537 Summary: Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249537

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2020-11-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

--- Comment #2 from Craig Leres  ---
lang/python-doc-html uses two different values for MASTER_SITES; for most
targets it is set based on the DEFAULT_VERSIONS setting of python:

zinc 164 # make -C /usr/ports/lang/python-doc-html -V MASTER_SITES
https://www.python.org/ftp/python/doc/3.7.9/
https://www.python.org/ftp/python/doc/current/

But when the target is makesum, the port's Makefile sets MASTER_SITES (like
DISTFILES) to reflect all supported versions of python:

zinc 169 # make -C /usr/ports/lang/python-doc-html -V MASTER_SITES makesum
https://www.python.org/ftp/python/doc/2.7.18/:2x7x18
https://www.python.org/ftp/python/doc/3.6.12/:3x6x12
https://www.python.org/ftp/python/doc/3.7.9/:3x7x9
https://www.python.org/ftp/python/doc/3.8.6/:3x8x6
https://www.python.org/ftp/python/doc/3.9.0/:3x9x0
https://www.python.org/ftp/python/doc/current/

But because Mk/bsd.port.mk now does a sub-make for makesum, the carefully
constructed MASTER_SITES value is getting stripped when trying to generate a
new distinfo.

I guess I don't understand why it's ok for Mk/bsd.port.mk to pass DISTFILES to
the makesum sub-make but not MASTER_SITES?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2020-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

--- Comment #1 from Craig Leres  ---
I added a dependency on
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249537 which will fix makesum
for lang/python-doc-html.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2020-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

Craig Leres  changed:

   What|Removed |Added

 Depends on||249537
 CC||le...@freebsd.org


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249537
[Bug 249537] Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html
-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

Mark Linimon  changed:

   What|Removed |Added

 Attachment #217705|pydoc.txt   |pydoc.distinfo.patch
   filename||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249063] lang/python-doc-html incorrect distinfo

2020-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063

Bug ID: 249063
   Summary: lang/python-doc-html incorrect distinfo
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: geo...@m5p.com
 Flags: maintainer-feedback?(pyt...@freebsd.org)
  Assignee: pyt...@freebsd.org

Created attachment 217705
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217705=edit
distinfo patch

The distinfo entry for python-3.8.5-docs-html.tar.bz2 appears to be incorrect
based on the 20 July version that's available at python.org.  I've attached a
patch against ports/head version 546287.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 249063] lang/python-doc-html incorrect distinfo

2020-09-02 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 249063: lang/python-doc-html incorrect distinfo
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249063



--- Description ---
The distinfo entry for python-3.8.5-docs-html.tar.bz2 appears to be incorrect
based on the 20 July version that's available at python.org.  I've attached a
patch against ports/head version 546287.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"