Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11035804
D4215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D4215.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,27 @@
+name : python-freezegun
+version : 0.3.11
+release : 1
+source :
+ - https://pypi.io/packages/source/f/freezegun/freezegun-0.3.11.tar.gz : e839b43bfbe8158b4d62bb97e6313d39f3586daf48e1314fb1083d2ef17700da
+license : Apache-2.0
+component : programming.python
+summary : Let your Python tests travel through time
+description: |
+ FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.
+builddeps :
+ - python-coverage
+ - python-dateutil
+ - python-nose
+ - python-mock
+ - python-setuptools
+rundeps :
+ - python-dateutil
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
+check : |
+ %python_test nosetests
+ %python3_test nosetests-%python3_version%
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,54 @@
+<PISI>
+ <Source>
+ <Name>python-freezegun</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Let your Python tests travel through time</Summary>
+ <Description xml:lang="en">FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-freezegun</Name>
+ <Summary xml:lang="en">Let your Python tests travel through time</Summary>
+ <Description xml:lang="en">FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun-0.3.11-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun-0.3.11-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun-0.3.11-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun-0.3.11-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun-0.3.11-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun/_async.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun/api.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/freezegun/api.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun-0.3.11-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun-0.3.11-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun-0.3.11-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun-0.3.11-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun-0.3.11-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/__pycache__/_async.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/__pycache__/api.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/_async.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/freezegun/api.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-10-29</Date>
+ <Version>0.3.11</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 6:25 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860721
Default Alt Text
D4215.diff (4 KB)
Attached To
Mode
D4215: Inclusion of python-freezegun in the repository
Attached
Detach File
Event Timeline
Log In to Comment