./devel/ruby-pycall, Calling Python functions from Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.1, Package name: ruby31-pycall-1.5.1, Maintainer: ryoon

This library provides the features to directly call and partially
interoperate with Python from the Ruby language. You can import
arbitrary Python modules into Ruby modules, call Python functions
with automatic type conversion from Ruby to Python.


Master sites:

Filesize: 1548 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-03 18:18:22 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pycall: update to 1.5.1

1.5.1 (2023-08-28)

* Fix memory leak in rich compare methods (#167, #168).
  mknkmyza
   2023-08-26 17:41:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pycall: update to 1.5.0

1.5.0 (2023-08-25)

* Fix to prevent distutils deprecation warning (#159)
  (Christopher Dilks)

* Drop Python 2.7 support

* Fix memory leak of Python objects.  (#129) This should fixes #128 and
  maybe also fixes #164.
  (mknkmyza)
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-01-15 16:34:16 by Takahiro Kambe | Files touched by this commit (2)
Log message:
devel/ruby-pycall: udpate to 1.4.2

1.4.2 (2023-01-08)

* Add supports of unary operators: +@, -@, ~
* Fix without_gvl for exceptions occurred in the given block
* Add PyCall.setattr and PyCall.delattr
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-29 17:00:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
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