Bug 224582

Summary: security/py-ed25519ll update to support py3 and flavours
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: --- Flags: bugzilla: maintainer-feedback? (nivit)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update for security/py-ed25519ll none

Description Shane 2017-12-25 10:23:23 UTC
Created attachment 189093 [details]
update for security/py-ed25519ll

While there hasn't been a tagged release, there are changes made in the bitbucket repo that fix py3 support. Update this port to use the head from the bitbucket repo.
Change djbec.expmod to use built-in pow() as it is much faster.
Also add test step.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-06 04:35:25 UTC
A commit references this bug:

Author: swills
Date: Sun Jan  6 04:34:30 UTC 2019
New revision: 489438
URL: https://svnweb.freebsd.org/changeset/ports/489438

Log:
  security/py-ed25519ll: update to support py3 and flavours

  PR:		224582
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
  Approved by:	maintainer timeout (nivit, >1 year)

Changes:
  head/security/py-ed25519ll/Makefile
  head/security/py-ed25519ll/distinfo
  head/security/py-ed25519ll/files/patch-ed25519ll_djbec.py
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-06 04:36:00 UTC
Committed, thanks for the patch, sorry it took so long.