Skip to content

Commit

Permalink
Update ruby-pygments.rb to 1.1.1.
Browse files Browse the repository at this point in the history
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [#172](pygments/pygments.rb#172)
* Enable `frozen_string_literal` [#173](pygments/pygments.rb#173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [#170](pygments/pygments.rb#170)
* Make pygments.rb thread safe [#171](pygments/pygments.rb#171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](pygments/pygments.rb#167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](pygments/pygments.rb#164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](pygments/pygments.rb#168)
* Improved error messages when python binary is missing [#158](pygments/pygments.rb#158)
  • Loading branch information
taca committed Mar 20, 2017
1 parent ff0e671 commit 1980fc3
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 393 deletions.
8 changes: 3 additions & 5 deletions www/ruby-pygments.rb/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# $NetBSD: Makefile,v 1.10 2017/01/01 14:44:06 wiz Exp $
# $NetBSD: Makefile,v 1.11 2017/03/20 15:54:41 taca Exp $

DISTNAME= pygments.rb-0.6.3
PKGREVISION= 2
DISTNAME= pygments.rb-1.1.1
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/tmm1/pygments.rb
COMMENT= Pygments wrapper for ruby
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-posix-spawn>=0.3.6<0.4:../../devel/ruby-posix-spawn
DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.2.0<1.3:../../textproc/ruby-yajl
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0.0:../../textproc/ruby-multi_json

REPLACE_PYTHON= lib/pygments/mentos.py

Expand Down
Loading

0 comments on commit 1980fc3

Please sign in to comment.