pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-pycall devel/ruby-pycall: update to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0d947ca6bf8
branches:  trunk
changeset: 453393:d0d947ca6bf8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 29 15:00:57 2021 +0000

description:
devel/ruby-pycall: update to 1.4.0

1.4.0 (2021-05-28)

* Explicitly states that Windows is not supported yet in README
* Add PyCall.same?
* Improve conda support
* Fat gem is no longer supported
* Use WeakMap for caching PyPtr instances

diffstat:

 devel/ruby-pycall/Makefile |   4 ++--
 devel/ruby-pycall/PLIST    |   6 +++---
 devel/ruby-pycall/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r 7e72b3f835d0 -r d0d947ca6bf8 devel/ruby-pycall/Makefile
--- a/devel/ruby-pycall/Makefile        Sat May 29 13:14:10 2021 +0000
+++ b/devel/ruby-pycall/Makefile        Sat May 29 15:00:57 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/09/20 08:34:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/29 15:00:57 taca Exp $
 
-DISTNAME=      pycall-1.3.1
+DISTNAME=      pycall-1.4.0
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mrkn/pycall.rb
diff -r 7e72b3f835d0 -r d0d947ca6bf8 devel/ruby-pycall/PLIST
--- a/devel/ruby-pycall/PLIST   Sat May 29 13:14:10 2021 +0000
+++ b/devel/ruby-pycall/PLIST   Sat May 29 15:00:57 2021 +0000
@@ -1,17 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/20 08:34:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/29 15:00:57 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/pycall.${RUBY_DLEXT}
 ${GEM_LIBDIR}/.github/workflows/ci.yml
+${GEM_LIBDIR}/.github/workflows/windows.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/bin/console
 ${GEM_LIBDIR}/bin/guard
 ${GEM_LIBDIR}/bin/rspec
@@ -30,6 +29,7 @@
 ${GEM_LIBDIR}/examples/notebooks/classifier_comparison.ipynb
 ${GEM_LIBDIR}/examples/notebooks/forest_importances.ipynb
 ${GEM_LIBDIR}/examples/notebooks/iruby_integration.ipynb
+${GEM_LIBDIR}/examples/notebooks/leaflet.ipynb
 ${GEM_LIBDIR}/examples/notebooks/lorenz_attractor.ipynb
 ${GEM_LIBDIR}/examples/notebooks/polar_axes.ipynb
 ${GEM_LIBDIR}/examples/notebooks/sum_benchmarking.ipynb
diff -r 7e72b3f835d0 -r d0d947ca6bf8 devel/ruby-pycall/distinfo
--- a/devel/ruby-pycall/distinfo        Sat May 29 13:14:10 2021 +0000
+++ b/devel/ruby-pycall/distinfo        Sat May 29 15:00:57 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/09/20 08:34:37 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2021/05/29 15:00:57 taca Exp $
 
-SHA1 (pycall-1.3.1.gem) = c42bf7d95baadd0e4c7c1f0361e3218fa3c683ea
-RMD160 (pycall-1.3.1.gem) = 643a59c8c6d56c356a4c1359e10d78c85be6b51f
-SHA512 (pycall-1.3.1.gem) = 9fb65b0e9659455ae90f4b34d12f13c45e4d7e4c4efab5df9630ab4bfbef941cc3ee4d31ad535f256a8a8e6945d69b15fd9db11f949876800b7743e1d3c3d495
-Size (pycall-1.3.1.gem) = 1577984 bytes
+SHA1 (pycall-1.4.0.gem) = 665cc80a0ef45ced9a34533be0ff72aca4fbfbc8
+RMD160 (pycall-1.4.0.gem) = 2e8f4419dd56f9791f2d7d43bc5b730abce3c0b8
+SHA512 (pycall-1.4.0.gem) = 97269a788647d04de75fb18a3292f8e9e3d9fa87fa8d2aadddf3eef2b2f83446b5431417f4df50dcaa6560ac5aa5fac49b300a9ab5004239673429a969b1bd0f
+Size (pycall-1.4.0.gem) = 1583616 bytes
 SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5



Home | Main Index | Thread Index | Old Index