forked from pool/perl-Task-Kensho-Dates
Compare commits
10 Commits
bb52f71452
...
3a3b5fd5c0
Author | SHA256 | Date | |
---|---|---|---|
3a3b5fd5c0 | |||
|
857e58886d | ||
9cdd8a6faa | |||
befe1e1715 | |||
c722549a3d | |||
|
00ec990c23 | ||
397803d71c | |||
|
6f124b7298 | ||
|
ed5db2560d | ||
|
e09bfa5f1a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ed9e3bd867c4453afe524070d5f916914e345942b1cc1b3f7e1d31b3ea88a05
|
||||
size 28957
|
3
Task-Kensho-Dates-0.41.tar.gz
Normal file
3
Task-Kensho-Dates-0.41.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d32ee750caa520c311ed79c243bd81ec70604318283532d7ee375adedc7c48ac
|
||||
size 25401
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,114 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 03:11:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.41
|
||||
see /usr/share/doc/packages/perl-Task-Kensho-Dates/Changes
|
||||
|
||||
0.41 2021-07-03
|
||||
- Async: added Future, Mojo::IOLoop, MCE, Parallel::ForkManager
|
||||
- Dates: added Time::Piece; removed Date::Tiny, Time::Tiny, DateTime::Tiny
|
||||
- ExcelCSV: replaced Spreadsheet::ParseExcel with Spreadsheet::Read,
|
||||
added Excel::Writer::XLSX
|
||||
- Hackery: added ojo
|
||||
- Logging: added Log::Any
|
||||
- Testing: added Test2::Suite
|
||||
- WebCrawling: added Mojo::UserAgent
|
||||
- WebDev: added Web::Simple
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 16:19:19 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.40
|
||||
see /usr/share/doc/packages/perl-Task-Kensho-Dates/Changes
|
||||
|
||||
0.40 2018-12-01
|
||||
- CLI: added Reply
|
||||
- Dates: added Time::Moment
|
||||
- Email: added Email::Stuffer
|
||||
- Exceptions: added Syntax::Keyword::Try
|
||||
- ModuleDev: added Code::TidyAll, removed Perl::Version
|
||||
- OOP: removed Task::Moose
|
||||
- Toolchain: added App::cpm
|
||||
- WebDev: added HTTP::BrowserDetect, Attean
|
||||
- XML: removed RDF::Trine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 12:46:47 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.39
|
||||
see /usr/share/doc/packages/perl-Task-Kensho-Dates/Changes
|
||||
|
||||
0.39 2016-05-14
|
||||
- WebDev: removed Dancer, added Dancer2
|
||||
- OOP: added Moose, Moo and many related modules
|
||||
- Exceptions: remove TryCatch
|
||||
- Testing: remove Test::Most and Test::NoWarnings, added Test::Warnings
|
||||
- Config: added JSON::MaybeXS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 7 07:21:42 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.38
|
||||
- WebDev: Template::Toolkit is not indexed (see RT#92588) -
|
||||
refer to Template instead
|
||||
- subtask distributions now just use regular prereqs on their
|
||||
component modules, rather than using optional_features metadata
|
||||
- Task-Kensho now once again prompts at install time for each
|
||||
subtask to be optionally installed
|
||||
|
||||
0.37 2014-08-16
|
||||
- ModuleDev: Switch Carp::Always over to Devel::Confess (per mst)
|
||||
- ModuleDev: Add Data::Printer (per Sawyer X)
|
||||
- ModuleDev: Add Devel::Dwarn (per mst)
|
||||
- Toolchain: Add Pinto (per Sawyer X)
|
||||
- Toolchain: Add App::FatPacker (per perigrin)
|
||||
|
||||
0.36 2014-03-08
|
||||
- fix pod markup error in main Task::Kensho distribution
|
||||
- module list revisions to CLI, Dates, Toolchain, WebCrawling,
|
||||
WebDev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 06:10:42 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.35
|
||||
- updated recommendations for Async, CLI, ModuleDev, Scalability,
|
||||
WebDev
|
||||
|
||||
0.34004 2014-01-22 (TRIAL RELEASE)
|
||||
- still more pod and metadata tweaks
|
||||
|
||||
0.34003 2014-01-22 (TRIAL RELEASE)
|
||||
- more pod and metadata tweaks
|
||||
|
||||
0.34002 2014-01-21 (TRIAL RELEASE)
|
||||
- fix mangled abstract in META.*
|
||||
- fixed missing list of recommendations in Task::Kensho pod
|
||||
|
||||
0.34001 2014-01-21 (TRIAL RELEASE)
|
||||
- fix munging of ::Hackery preamble into stopwords
|
||||
- fixed bugtracker metadata (now indicating github issues)
|
||||
- distributions split apart again, with new! and enhanced!
|
||||
Dist::Zilla generation magic
|
||||
|
||||
0.34 2013-08-20 01:27:07Z (TRIAL RELEASE)
|
||||
- distributions reunified under Task-Kensho, and now auto-generated
|
||||
from a master YAML file using Dist::Zilla
|
||||
|
||||
0.33 2012-06-24
|
||||
- Task::Kensho::Testing:
|
||||
- Retired Test::Exception and replaced with Test::Fatal
|
||||
- added Test::Deep, Test::Requires and Test::NoWarnings
|
||||
- Task::Kensho::WebDev: added Plack
|
||||
|
||||
0.32 2012-06-08
|
||||
- Fix reference to Module::CoreList (RT#65948)
|
||||
- Add Plack to Task::Kensho::WebDev
|
||||
|
||||
0.31 2011-04-11
|
||||
- Fix Task::Kensho::Logging version, thanks kent
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 11:25:07 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Task-Kensho-Dates
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,59 +12,81 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Task-Kensho-Dates
|
||||
Version: 0.28
|
||||
Release: 0
|
||||
%define cpan_name Task-Kensho-Dates
|
||||
Summary: A Glimpse at an Enlightened Perl (Dates)
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Task-Kensho-Dates/
|
||||
#Source: http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Dates-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-Task-Kensho-Dates
|
||||
Version: 0.41
|
||||
Release: 0
|
||||
Summary: Glimpse at an Enlightened Perl: Date Modules
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Date::Tiny)
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Tiny)
|
||||
BuildRequires: perl(Time::Moment)
|
||||
BuildRequires: perl(Time::ParseDate)
|
||||
BuildRequires: perl(Time::Tiny)
|
||||
BuildRequires: perl(Time::Piece)
|
||||
Requires: perl(DateTime)
|
||||
Requires: perl(DateTime::Tiny)
|
||||
Requires: perl(Date::Tiny)
|
||||
Requires: perl(Time::Moment)
|
||||
Requires: perl(Time::ParseDate)
|
||||
Requires: perl(Time::Tiny)
|
||||
Requires: perl(Time::Piece)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
sorry, no description found
|
||||
From http://en.wikipedia.org/wiki/Kensho:
|
||||
|
||||
Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences -
|
||||
most commonly used within the confines of Zen Buddhism - literally
|
||||
meaning "seeing one's nature"[1] or "true self."[2] It generally
|
||||
"refers to the realization of nonduality of subject and object."[3]
|
||||
|
||||
Task::Kensho is a list of recommended modules for Enlightened Perl
|
||||
development. CPAN is wonderful, but there are too many wheels and you have
|
||||
to pick and choose amongst the various competing technologies.
|
||||
|
||||
The plan is for Task::Kensho to be a rough testing ground for ideas that go
|
||||
into among other things the Enlightened Perl Organisation Extended Core
|
||||
(EPO-EC).
|
||||
|
||||
The modules that are bundled by Task::Kensho are broken down into several
|
||||
categories and are still being considered. They are all taken from various
|
||||
top 100 most used perl modules lists and from discussions with various
|
||||
subject matter experts in the Perl Community. That said, this bundle does
|
||||
_not_ follow the guidelines established for the EPO-EC for peer review via
|
||||
industry advisers.
|
||||
|
||||
Starting in 2011, Task::Kensho split its sub-groups of modules into
|
||||
individually-installable tasks. Each Task::Kensho sub-task is listed at the
|
||||
beginning of its section in this documentation.
|
||||
|
||||
When installing Task::Kensho itself, you will be asked to install each
|
||||
sub-task in turn, or you can install individual tasks separately. These
|
||||
individual tasks will always install all their modules by default. This
|
||||
facilitates the ease and simplicity the distribution aims to achieve.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes MYMETA.yml README
|
||||
%doc Changes README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user