Bug 245124 - lang/pypy: Update to 7.3.0
Summary: lang/pypy: Update to 7.3.0
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: Kyle Evans
URL: https://doc.pypy.org/en/latest/releas...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2020-03-28 11:46 UTC by Benjamin Takacs
Modified: 2020-04-14 14:04 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
lang/pypy{,3}: Update to version 7.3.0 (78.17 KB, patch)
2020-03-28 11:46 UTC, Benjamin Takacs
no flags Details | Diff
lang/pypy{,3}: Update to version 7.3.0 (78.53 KB, patch)
2020-03-28 23:45 UTC, Benjamin Takacs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Takacs 2020-03-28 11:46:02 UTC
Created attachment 212784 [details]
lang/pypy{,3}: Update to version 7.3.0

lang/pypy{,3}: Update to latest upstream release (version 7.3.0)

 * Reorder some variables (pet portlint)
 * Use ${LOCALBASE} instead of /usr/local (pet portlint)
 * Remove files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h (upstreamed) [1]
 * Remove files/patch-rpython_rlib_rvmprof_cintf.py (upstreamed) [2]
 * Add files/patch-lib__pypy___curses__build.py to fix ncurses detection
 * Add files/patch-lib__pypy___blake2___blake2__build.py to avoid creating an useless empty directory which would also depend on WRKDIR


Changelog:
    https://doc.pypy.org/en/latest/release-v7.3.0.html#changelog

[1] https://bitbucket.org/pypy/pypy/commits/587bebd539604208eb416ccdeb05e841db74e0aa
[2] https://bitbucket.org/pypy/pypy/commits/24a43b6a4d733b840b7ada958fbb3b129dc28103

QA:
 * portlint: OK (no new issues, fix some easy ones, rest for a later cleanup)
 * testport: OK (poudriere: 12.1-R, amd64/i386, default options tested)
Comment 1 Benjamin Takacs 2020-03-28 23:45:56 UTC
Created attachment 212816 [details]
lang/pypy{,3}: Update to version 7.3.0

* Add explanation for conditionally defining options (PYPY PYPY_MINIMEM)
Comment 2 Kyle Evans freebsd_committer freebsd_triage 2020-04-02 13:57:47 UTC
I've opened https://reviews.freebsd.org/D24261 for this.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2020-04-02 22:35:26 UTC
<3, thank you Kyle
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-04-14 14:02:46 UTC
A commit references this bug:

Author: kevans
Date: Tue Apr 14 14:02:13 UTC 2020
New revision: 531691
URL: https://svnweb.freebsd.org/changeset/ports/531691

Log:
  lang/pypy{,3}: Update to 7.3.0

   * Reorder some variables (pet portlint)
   * Use ${LOCALBASE} instead of /usr/local (pet portlint)
   * Remove files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h
       (upstreamed) [1]
   * Remove files/patch-rpython_rlib_rvmprof_cintf.py (upstreamed) [2]
   * Add files/patch-lib__pypy___curses__build.py to fix ncurses detection
   * Add files/patch-lib__pypy___blake2___blake2__build.py to avoid creating a
       useless empty directory which would also depend on WRKDIR

  Changelog:
   * https://doc.pypy.org/en/latest/release-v7.3.0.html#changelog

  [1] https://bitbucket.org/pypy/pypy/commits/587bebd539604208eb416ccdeb05e841db74e0aa
  [2] https://bitbucket.org/pypy/pypy/commits/24a43b6a4d733b840b7ada958fbb3b129dc28103

  QA:
   * portlint: OK (no new issues, fix some easy ones, rest for later cleanup)
   * testport: OK (poudriere: 12.1-R, amd64/i386, default options tested)
   * reverse dependencies build OK

  PR:		245124
  Submitted by:	nimaje+fbz bureaucracy.de
  Approved by:	koobs (mentor)
  Approved by:	python (koobs)
  Differential Revision:	https://reviews.freebsd.org/D24261

Changes:
  head/lang/pypy/Makefile
  head/lang/pypy/bsd.pypy.mk
  head/lang/pypy/distinfo
  head/lang/pypy/files/patch-lib__pypy___curses__build.py
  head/lang/pypy/files/patch-rpython_rlib_rvmprof_cintf.py
  head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h
  head/lang/pypy/pkg-plist
  head/lang/pypy3/Makefile
  head/lang/pypy3/distinfo
  head/lang/pypy3/files/patch-lib__pypy___blake2___blake2__build.py
  head/lang/pypy3/files/patch-lib__pypy___curses__build.py
  head/lang/pypy3/files/patch-rpython_rlib_rvmprof_cintf.py
  head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h
  head/lang/pypy3/pkg-plist
Comment 5 Kyle Evans freebsd_committer freebsd_triage 2020-04-14 14:04:17 UTC
Committed, thanks!