kramdown-rfc2629: 1.3.37 -> 1.4.1 and move to rubyPackages (#117283)
This commit is contained in:
parent
888d813f54
commit
1e0f9d1f24
@ -74,6 +74,7 @@ source 'https://rubygems.org' do
|
|||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jmespath'
|
gem 'jmespath'
|
||||||
gem 'jwt'
|
gem 'jwt'
|
||||||
|
gem 'kramdown-rfc2629'
|
||||||
gem 'libv8'
|
gem 'libv8'
|
||||||
gem 'libxml-ruby'
|
gem 'libxml-ruby'
|
||||||
gem 'magic'
|
gem 'magic'
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
source 'https://rubygems.org'
|
|
||||||
gem 'kramdown-rfc2629'
|
|
@ -1,19 +0,0 @@
|
|||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
certified (1.0.0)
|
|
||||||
json_pure (2.5.1)
|
|
||||||
kramdown (1.17.0)
|
|
||||||
kramdown-rfc2629 (1.3.37)
|
|
||||||
certified (~> 1.0)
|
|
||||||
json_pure (~> 2.0)
|
|
||||||
kramdown (~> 1.17.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
kramdown-rfc2629
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
2.1.4
|
|
@ -1,18 +0,0 @@
|
|||||||
{ lib, bundlerApp }:
|
|
||||||
|
|
||||||
# Not in the default ../../../development/ruby-modules/with-packages/Gemfile
|
|
||||||
# because of version clash on the "kramdown" dependency.
|
|
||||||
bundlerApp rec {
|
|
||||||
pname = "kramdown-rfc2629";
|
|
||||||
gemdir = ./.;
|
|
||||||
exes = [ "kramdown-rfc2629" ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "A markdown parser with multiple backends";
|
|
||||||
homepage = "https://github.com/cabo/kramdown-rfc2629";
|
|
||||||
license = with licenses; mit;
|
|
||||||
maintainers = with maintainers; [
|
|
||||||
vcunat # not really, but I expect to use it occasionally around IETF
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
certified = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.0.0";
|
|
||||||
};
|
|
||||||
json_pure = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "030hmc268wchqsccbjk41hvbyg99krpa72i3q0y3wwqzfh8hi736";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.5.1";
|
|
||||||
};
|
|
||||||
kramdown = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.17.0";
|
|
||||||
};
|
|
||||||
kramdown-rfc2629 = {
|
|
||||||
dependencies = ["certified" "json_pure" "kramdown"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "16m08q5bgib3i54bb9p3inrxb1xksiybs9zj1rnncq492gcqqv4j";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.3.37";
|
|
||||||
};
|
|
||||||
}
|
|
@ -341,6 +341,7 @@ mapAliases ({
|
|||||||
krename-qt5 = krename; # added 2017-02-18
|
krename-qt5 = krename; # added 2017-02-18
|
||||||
kerberos = libkrb5; # moved from top-level 2021-03-14
|
kerberos = libkrb5; # moved from top-level 2021-03-14
|
||||||
keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived."; # 2019-12-10
|
keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived."; # 2019-12-10
|
||||||
|
kramdown-rfc2629 = rubyPackages.kramdown-rfc2629; # added 2021-03-23
|
||||||
kvm = qemu_kvm; # added 2018-04-25
|
kvm = qemu_kvm; # added 2018-04-25
|
||||||
latinmodern-math = lmmath;
|
latinmodern-math = lmmath;
|
||||||
letsencrypt = certbot; # added 2016-05-16
|
letsencrypt = certbot; # added 2016-05-16
|
||||||
|
@ -2665,8 +2665,6 @@ in
|
|||||||
|
|
||||||
klaus = with python3Packages; toPythonApplication klaus;
|
klaus = with python3Packages; toPythonApplication klaus;
|
||||||
|
|
||||||
kramdown-rfc2629 = callPackage ../tools/text/kramdown-rfc2629 { };
|
|
||||||
|
|
||||||
klipper = callPackage ../servers/klipper { };
|
klipper = callPackage ../servers/klipper { };
|
||||||
|
|
||||||
klog = qt5.callPackage ../applications/radio/klog { };
|
klog = qt5.callPackage ../applications/radio/klog { };
|
||||||
|
@ -235,6 +235,16 @@
|
|||||||
};
|
};
|
||||||
version = "2.1.532";
|
version = "2.1.532";
|
||||||
};
|
};
|
||||||
|
certified = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.0.0";
|
||||||
|
};
|
||||||
CFPropertyList = {
|
CFPropertyList = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
@ -1222,6 +1232,16 @@
|
|||||||
};
|
};
|
||||||
version = "2.5.1";
|
version = "2.5.1";
|
||||||
};
|
};
|
||||||
|
json_pure = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "030hmc268wchqsccbjk41hvbyg99krpa72i3q0y3wwqzfh8hi736";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.5.1";
|
||||||
|
};
|
||||||
jwt = {
|
jwt = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
@ -1254,6 +1274,17 @@
|
|||||||
};
|
};
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
|
kramdown-rfc2629 = {
|
||||||
|
dependencies = ["certified" "json_pure" "kramdown"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1p1iviq8q9za2hg0vqyrarrc3mqfskgp7spxp37xj0kl3g89vswq";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "1.4.1";
|
||||||
|
};
|
||||||
libv8 = {
|
libv8 = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user