Bug 224582 - security/py-ed25519ll update to support py3 and flavours
Summary: security/py-ed25519ll update to support py3 and flavours
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-25 10:23 UTC by Shane
Modified: 2019-01-06 04:36 UTC (History)
1 user (show)

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


Attachments
update for security/py-ed25519ll (2.15 KB, patch)
2017-12-25 10:23 UTC, Shane
no flags Details | Diff

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