pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-pycall



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 29 15:00:57 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-pycall: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-pycall/Makefile \
    pkgsrc/devel/ruby-pycall/PLIST pkgsrc/devel/ruby-pycall/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-pycall/Makefile
diff -u pkgsrc/devel/ruby-pycall/Makefile:1.1 pkgsrc/devel/ruby-pycall/Makefile:1.2
--- pkgsrc/devel/ruby-pycall/Makefile:1.1       Sun Sep 20 08:34:37 2020
+++ pkgsrc/devel/ruby-pycall/Makefile   Sat May 29 15:00:57 2021
@@ -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
Index: pkgsrc/devel/ruby-pycall/PLIST
diff -u pkgsrc/devel/ruby-pycall/PLIST:1.1 pkgsrc/devel/ruby-pycall/PLIST:1.2
--- pkgsrc/devel/ruby-pycall/PLIST:1.1  Sun Sep 20 08:34:37 2020
+++ pkgsrc/devel/ruby-pycall/PLIST      Sat May 29 15:00:57 2021
@@ -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/hist.rb
 ${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
Index: pkgsrc/devel/ruby-pycall/distinfo
diff -u pkgsrc/devel/ruby-pycall/distinfo:1.1 pkgsrc/devel/ruby-pycall/distinfo:1.2
--- pkgsrc/devel/ruby-pycall/distinfo:1.1       Sun Sep 20 08:34:37 2020
+++ pkgsrc/devel/ruby-pycall/distinfo   Sat May 29 15:00:57 2021
@@ -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