forked from pool/perl-Inline-Python
Accepting request 330066 from devel:languages:perl:autoupdate
- updated to 0.49 see /usr/share/doc/packages/perl-Inline-Python/Changes - updated to 0.40 see /usr/share/doc/packages/perl-Inline-Python/Changes OBS-URL: https://build.opensuse.org/request/show/330066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
78f8dba652
commit
7e07c3ce69
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5ce3adb076884d09f023f66dc6d077c764f89e3a0ec87653f334f70e02f6e6a
|
|
||||||
size 46805
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4171f7c180260c19eb40b2207199a9552ec8abe2dc47fad4a8bc8608e52121d5
|
|
||||||
size 46645
|
|
3
Inline-Python-0.49.tar.gz
Normal file
3
Inline-Python-0.49.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3
|
||||||
|
size 56811
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
preamble: |-
|
||||||
|
BuildRequires: python-devel
|
||||||
|
#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_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,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 9 08:52:25 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.49
|
||||||
|
see /usr/share/doc/packages/perl-Inline-Python/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 9 08:52:23 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.40
|
||||||
|
see /usr/share/doc/packages/perl-Inline-Python/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 22 18:15:09 UTC 2011 - coolo@opensuse.org
|
Fri Apr 22 18:15:09 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Inline-Python (Version 0.39)
|
# spec file for package perl-Inline-Python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,30 +15,28 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Inline-Python
|
Name: perl-Inline-Python
|
||||||
Version: 0.39
|
Version: 0.49
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Inline-Python
|
%define cpan_name Inline-Python
|
||||||
Summary: Write Perl subs and classes in Python.
|
Summary: Write Perl subs and classes in Python
|
||||||
Url: http://search.cpan.org/dist/Inline-Python/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Inline-Python/
|
||||||
|
Source0: http://www.cpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Digest::MD5) >= 2.5
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(Inline) >= 0.46
|
BuildRequires: perl(Inline) >= 0.46
|
||||||
BuildRequires: perl(Test)
|
Requires: perl(Digest::MD5) >= 2.5
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
Requires: perl(Data::Dumper)
|
|
||||||
Requires: perl(Inline) >= 0.46
|
Requires: perl(Inline) >= 0.46
|
||||||
Requires: perl(Test)
|
|
||||||
Requires: perl(Test::More)
|
|
||||||
#MANUAL
|
|
||||||
BuildRequires: python-devel
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
# MANUAL BEGIN
|
||||||
|
BuildRequires: python-devel
|
||||||
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 'Inline::Python' module allows you to put Python source code directly
|
The 'Inline::Python' module allows you to put Python source code directly
|
||||||
@@ -68,9 +66,6 @@ which gives you access to the Perl interpreter.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README TESTED ToDo
|
%doc Changes README TESTED ToDo
|
||||||
|
Reference in New Issue
Block a user